#F85EF2

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

Shades of Pink Flamingo #F85EF2

Tints of Pink Flamingo #F85EF2

Color information

#F85EF2 (or 0xF85EF2) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5E and F2. RGB value is (248,94,242). Sum of RGB (Red+Green+Blue) = 248+94+242=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EF2 is #07A10D. Grayscale: #9C9C9C. Windows color (decimal): -499982 or 15884024. OLE color: 15884024.

HSL color Cylindrical-coordinate representation of color #F85EF2: hue angle of 302.34º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EF2 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB24894242-
CMYK00.620.020.03
HSL302.34º91.67%67.06%-
HSV(B)302.34º62.1%97.25%-
XYZ58.7434.3787.54-
YUV156.92176.02192.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 94 (37.11% from 255) = 16.10%
BLUE value IS 242 (94.92% from 255) = 41.44%
R=42.47%
G=16.10%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489424200.620.020.03302.3491.6767.06
HexF85EF203E2312e5c43
Octal37013636207623456134103
Binary111110001011110111100100111110101110010111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EF2; }

 p { color: rgb(248,94,242); }

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

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

 a { background-color: rgb(248,94,242); }

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

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

 span { border-color: rgb(248,94,242); }

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