Html Css Color HEX #F85BED Pink Flamingo

📋 copy color: '#F85BED'

red 248 ◦ green 91 ◦ blue 237

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

Shades of Pink Flamingo #F85BED

Tints of Pink Flamingo #F85BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 43.06%
G = 15.8%
B = 41.15%

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

#F85BED (or 0xF85BED) is known color: Pink Flamingo. HEX triplet: F8, 5B and ED. RGB value is (248,91,237). Sum of RGB (Red+Green+Blue) = 248+91+237=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BED is #07A412. Grayscale: #9A9A9A. Windows color (decimal): -500755 or 15555576. OLE color: 15555576.

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

Color convert

RGB 248 91 237 -
CMYK 0 0.63 0.04 0.03
HSL 304.2º 0.92% 0.66% -
HSV(B) 304.2º 0.63% 0.97% -
XYZ 57.74 33.55 83.55 -
YUV 154.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 248 91 237 0 0.63 0.04 0.03 304.2 0.92 0.66
Hex F8 5B ED 0 3F 4 3 130 5C 42
Octal 370 133 355 0 77 4 3 460 134 102
Binary 11111000 1011011 11101101 0 111111 100 11 100110000 1011100 1000010

Color Harmonies of #F85BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BED

Black with #F85BED

Text Example


Text Example

White with #F85BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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