#F864E7

Color #F864E7 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F864E7

Tints of Pink Flamingo #F864E7

Color information

#F864E7 (or 0xF864E7) is unknown color: approx Pink Flamingo. HEX triplet: F8, 64 and E7. RGB value is (248,100,231). Sum of RGB (Red+Green+Blue) = 248+100+231=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 100 (39.45% from 255 or 17.27% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F864E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F864E7 is #079B18. Grayscale: #9E9E9E. Windows color (decimal): -498457 or 15164664. OLE color: 15164664.

HSL color Cylindrical-coordinate representation of color #F864E7: hue angle of 306.89º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864E7 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB248100231-
CMYK00.600.070.03
HSL306.89º91.36%68.24%-
HSV(B)306.89º59.68%97.25%-
XYZ57.6934.8479.29-
YUV159.19168.53191.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 100 (39.45% from 255) = 17.27%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=42.83%
G=17.27%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810023100.600.070.03306.8991.3668.24
HexF864E703C731335b44
Octal37014434707473463133104
Binary1111100011001001110011101111001111110011001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864E7; }

 p { color: rgb(248,100,231); }

 H1.HeaderClassName
 {
   color: #F864E7;
 }
 .AnyTagClassName
 {
   color: #F864E7;
 }
</style>
background-color css

<style>
 a { background-color: #F864E7; }

 a { background-color: rgb(248,100,231); }

 div.DivClassName
 {
   background-color: #F864E7;
 }
 .BgClassName
 {
   background-color: #F864E7;
 }
</style>
border-color css

<style>
 span { border-color: #F864E7; }

 span { border-color: rgb(248,100,231); }

 td.TdClassName
 {
   border-color: #F864E7;
 }
 .TagClassName
 {
   border-color: #F864E7;
 }
</style>