Html Css Color HEX #F85DFB Pink Flamingo

📋 copy color: '#F85DFB'

red 248 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #F85DFB

Tints of Pink Flamingo #F85DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.71%

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

R = 41.89%
G = 15.71%
B = 42.4%

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

#F85DFB (or 0xF85DFB) is known color: Pink Flamingo. HEX triplet: F8, 5D and FB. RGB value is (248,93,251). Sum of RGB (Red+Green+Blue) = 248+93+251=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 93 (36.72% from 255 or 15.71% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DFB is #07A204. Grayscale: #9C9C9C. Windows color (decimal): -500229 or 16473592. OLE color: 16473592.

HSL color Cylindrical-coordinate representation of color #F85DFB: hue angle of 298.86º 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 #F85DFB is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 93 251 -
CMYK 0.01 0.63 0 0.02
HSL 298.86º 0.95% 0.67% -
HSV(B) 298.86º 0.63% 0.98% -
XYZ 60.04 34.75 94.81 -
YUV 157.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 248 93 251 0.01 0.63 0 0.02 298.86 0.95 0.67
Hex F8 5D FB 1 3F 0 2 12B 5F 43
Octal 370 135 373 1 77 0 2 453 137 103
Binary 11111000 1011101 11111011 1 111111 0 10 100101011 1011111 1000011

Color Harmonies of #F85DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DFB

Black with #F85DFB

Text Example


Text Example

White with #F85DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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