Html Css Color HEX #F85BEE Pink Flamingo

📋 copy color: '#F85BEE'

red 248 ◦ green 91 ◦ blue 238

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

Shades of Pink Flamingo #F85BEE

Tints of Pink Flamingo #F85BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.77%

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 42.98%
G = 15.77%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F85BEE (or 0xF85BEE) is known color: Pink Flamingo. HEX triplet: F8, 5B and EE. RGB value is (248,91,238). Sum of RGB (Red+Green+Blue) = 248+91+238=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 91 (35.94% from 255 or 15.77% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BEE is #07A411. Grayscale: #9A9A9A. Windows color (decimal): -500754 or 15621112. OLE color: 15621112.

HSL color Cylindrical-coordinate representation of color #F85BEE: hue angle of 303.82º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BEE is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 238 -
CMYK 0 0.63 0.04 0.03
HSL 303.82º 0.92% 0.66% -
HSV(B) 303.82º 0.63% 0.97% -
XYZ 57.89 33.61 84.33 -
YUV 154.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 248 91 238 0 0.63 0.04 0.03 303.82 0.92 0.66
Hex F8 5B EE 0 3F 4 3 130 5C 42
Octal 370 133 356 0 77 4 3 460 134 102
Binary 11111000 1011011 11101110 0 111111 100 11 100110000 1011100 1000010

Color Harmonies of #F85BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BEE

Black with #F85BEE

Text Example


Text Example

White with #F85BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BEE; }

 p { color: rgb(248,91,238); }

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

background-color css

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

 a { background-color: rgb(248,91,238); }

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

border-color css

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

 span { border-color: rgb(248,91,238); }

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