Html Css Color HEX #F85CFB Pink Flamingo

📋 copy color: '#F85CFB'

red 248 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #F85CFB

Tints of Pink Flamingo #F85CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.57%

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 41.96%
G = 15.57%
B = 42.47%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F85CFB (or 0xF85CFB) is known color: Pink Flamingo. HEX triplet: F8, 5C and FB. RGB value is (248,92,251). Sum of RGB (Red+Green+Blue) = 248+92+251=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 92 (36.33% from 255 or 15.57% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85CFB is #07A304. Grayscale: #9C9C9C. Windows color (decimal): -500485 or 16473336. OLE color: 16473336.

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

Color convert

RGB 248 92 251 -
CMYK 0.01 0.63 0 0.02
HSL 298.87º 0.95% 0.67% -
HSV(B) 298.87º 0.63% 0.98% -
XYZ 59.95 34.58 94.78 -
YUV 156.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 248 92 251 0.01 0.63 0 0.02 298.87 0.95 0.67
Hex F8 5C FB 1 3F 0 2 12B 5F 43
Octal 370 134 373 1 77 0 2 453 137 103
Binary 11111000 1011100 11111011 1 111111 0 10 100101011 1011111 1000011

Color Harmonies of #F85CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CFB

Black with #F85CFB

Text Example


Text Example

White with #F85CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CFB; }

 p { color: rgb(248,92,251); }

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

background-color css

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

 a { background-color: rgb(248,92,251); }

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

border-color css

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

 span { border-color: rgb(248,92,251); }

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