Html Css Color HEX #F85FEC Pink Flamingo

📋 copy color: '#F85FEC'

red 248 ◦ green 95 ◦ blue 236

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

Shades of Pink Flamingo #F85FEC

Tints of Pink Flamingo #F85FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.41%

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

R = 42.83%
G = 16.41%
B = 40.76%

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

#F85FEC (or 0xF85FEC) is known color: Pink Flamingo. HEX triplet: F8, 5F and EC. RGB value is (248,95,236). Sum of RGB (Red+Green+Blue) = 248+95+236=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 95 (37.5% from 255 or 16.41% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FEC is #07A013. Grayscale: #9C9C9C. Windows color (decimal): -499732 or 15491064. OLE color: 15491064.

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

Color convert

RGB 248 95 236 -
CMYK 0 0.62 0.05 0.03
HSL 304.71º 0.92% 0.67% -
HSV(B) 304.71º 0.62% 0.97% -
XYZ 57.94 34.2 82.9 -
YUV 156.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 248 95 236 0 0.62 0.05 0.03 304.71 0.92 0.67
Hex F8 5F EC 0 3E 5 3 131 5C 43
Octal 370 137 354 0 76 5 3 461 134 103
Binary 11111000 1011111 11101100 0 111110 101 11 100110001 1011100 1000011

Color Harmonies of #F85FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FEC

Black with #F85FEC

Text Example


Text Example

White with #F85FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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