Html Css Color HEX #F85EFC Pink Flamingo

📋 copy color: '#F85EFC'

red 248 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #F85EFC

Tints of Pink Flamingo #F85EFC

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 value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F85EFC (or 0xF85EFC) is known color: 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

RGB 248 94 252 -
CMYK 0.02 0.63 0 0.01
HSL 298.48º 0.96% 0.68% -
HSV(B) 298.48º 0.63% 0.99% -
XYZ 60.28 34.99 95.67 -
YUV 158.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 248 94 252 0.02 0.63 0 0.01 298.48 0.96 0.68
Hex F8 5E FC 2 3F 0 1 12A 60 44
Octal 370 136 374 2 77 0 1 452 140 104
Binary 11111000 1011110 11111100 10 111111 0 1 100101010 1100000 1000100

Color Harmonies of #F85EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85EFC

Black with #F85EFC

Text Example


Text Example

White with #F85EFC

Text Example


Text Example

HTML Codes & Css Web 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>