#F864EB

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

Shades of Pink Flamingo #F864EB

Tints of Pink Flamingo #F864EB

Color information

#F864EB (or 0xF864EB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 64 and EB. RGB value is (248,100,235). Sum of RGB (Red+Green+Blue) = 248+100+235=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F864EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F864EB is #079B14. Grayscale: #9F9F9F. Windows color (decimal): -498453 or 15426808. OLE color: 15426808.

HSL color Cylindrical-coordinate representation of color #F864EB: hue angle of 305.27º 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 #F864EB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248100235-
CMYK00.600.050.03
HSL305.27º91.36%68.24%-
HSV(B)305.27º59.68%97.25%-
XYZ58.2635.0782.3-
YUV159.64170.53191.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 100 (39.45% from 255) = 17.15%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=42.54%
G=17.15%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810023500.600.050.03305.2791.3668.24
HexF864EB03C531315b44
Octal37014435307453461133104
Binary1111100011001001110101101111001011110011000110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F864EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F864EB; }

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

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

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

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

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

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

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

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