Html Css Color HEX #F85FFB Pink Flamingo

📋 copy color: '#F85FFB'

red 248 ◦ green 95 ◦ blue 251

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

Shades of Pink Flamingo #F85FFB

Tints of Pink Flamingo #F85FFB

RGB

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

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

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

R = 41.75%
G = 15.99%
B = 42.26%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F85FFB (or 0xF85FFB) is known color: Pink Flamingo. HEX triplet: F8, 5F and FB. RGB value is (248,95,251). Sum of RGB (Red+Green+Blue) = 248+95+251=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 95 (37.5% from 255 or 15.99% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85FFB is #07A004. Grayscale: #9E9E9E. Windows color (decimal): -499717 or 16474104. OLE color: 16474104.

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

Color convert

RGB 248 95 251 -
CMYK 0.01 0.62 0 0.02
HSL 298.85º 0.95% 0.68% -
HSV(B) 298.85º 0.62% 0.98% -
XYZ 60.22 35.11 94.87 -
YUV 158.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 248 95 251 0.01 0.62 0 0.02 298.85 0.95 0.68
Hex F8 5F FB 1 3E 0 2 12B 5F 44
Octal 370 137 373 1 76 0 2 453 137 104
Binary 11111000 1011111 11111011 1 111110 0 10 100101011 1011111 1000100

Color Harmonies of #F85FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FFB

Black with #F85FFB

Text Example


Text Example

White with #F85FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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