Html Css Color HEX #F85EEC Pink Flamingo

📋 copy color: '#F85EEC'

red 248 ◦ green 94 ◦ blue 236

#F85EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F85EEC

Tints of Pink Flamingo #F85EEC

RGB

 RED value IS 248 (97.27% from 255) = 42.91%

 GREEN value IS 94 (37.11% from 255) = 16.26%

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 42.91%
G = 16.26%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F85EEC (or 0xF85EEC) is known color: Pink Flamingo. HEX triplet: F8, 5E and EC. RGB value is (248,94,236). Sum of RGB (Red+Green+Blue) = 248+94+236=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EEC is #07A113. Grayscale: #9B9B9B. Windows color (decimal): -499988 or 15490808. OLE color: 15490808.

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

Color convert

RGB 248 94 236 -
CMYK 0 0.62 0.05 0.03
HSL 304.68º 0.92% 0.67% -
HSV(B) 304.68º 0.62% 0.97% -
XYZ 57.85 34.02 82.87 -
YUV 156.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 248 94 236 0 0.62 0.05 0.03 304.68 0.92 0.67
Hex F8 5E EC 0 3E 5 3 131 5C 43
Octal 370 136 354 0 76 5 3 461 134 103
Binary 11111000 1011110 11101100 0 111110 101 11 100110001 1011100 1000011

Color Harmonies of #F85EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EEC

Black with #F85EEC

Text Example


Text Example

White with #F85EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85EEC; }

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

 H1.HeaderClassName
 {
   color: #F85EEC;
 }
 .AnyTagClassName
 {
   color: #F85EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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