Html Css Color HEX #F85DED Pink Flamingo

📋 copy color: '#F85DED'

red 248 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #F85DED

Tints of Pink Flamingo #F85DED

RGB

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

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

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

R = 42.91%
G = 16.09%
B = 41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F85DED (or 0xF85DED) is known color: Pink Flamingo. HEX triplet: F8, 5D and ED. RGB value is (248,93,237). Sum of RGB (Red+Green+Blue) = 248+93+237=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85DED is #07A212. Grayscale: #9B9B9B. Windows color (decimal): -500243 or 15556088. OLE color: 15556088.

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

Color convert

RGB 248 93 237 -
CMYK 0 0.62 0.04 0.03
HSL 304.26º 0.92% 0.67% -
HSV(B) 304.26º 0.63% 0.97% -
XYZ 57.91 33.9 83.61 -
YUV 155.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 248 93 237 0 0.62 0.04 0.03 304.26 0.92 0.67
Hex F8 5D ED 0 3E 4 3 130 5C 43
Octal 370 135 355 0 76 4 3 460 134 103
Binary 11111000 1011101 11101101 0 111110 100 11 100110000 1011100 1000011

Color Harmonies of #F85DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DED

Black with #F85DED

Text Example


Text Example

White with #F85DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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