#F85EFC

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

Shades of Pink Flamingo #F85EFC

Tints of Pink Flamingo #F85EFC

Color information

#F85EFC (or 0xF85EFC) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5E and FC. RGB value is (248,94,252). Sum of RGB (Red+Green+Blue) = 248+94+252=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #F85EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFC is #07A103. Grayscale: #9D9D9D. Windows color (decimal): -499972 or 16539384. OLE color: 16539384.

HSL color Cylindrical-coordinate representation of color #F85EFC: hue angle of 298.48º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85EFC is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24894252-
CMYK0.020.6300.01
HSL298.48º96.34%67.84%-
HSV(B)298.48º62.7%98.82%-
XYZ60.2834.9995.67-
YUV158.06181.02192.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 94 (37.11% from 255) = 15.82%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=41.75%
G=15.82%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248942520.020.6300.01298.4896.3467.84
HexF85EFC23F0112a6044
Octal37013637427701452140104
Binary11111000101111011111100101111110110010101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EFC; }

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

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

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

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

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

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

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

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