Html Css Color HEX #F45DED Pink Flamingo

📋 copy color: '#F45DED'

red 244 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #F45DED

Tints of Pink Flamingo #F45DED

RGB

 RED value IS 244 (95.7% from 255) = 42.51%

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

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

R = 42.51%
G = 16.2%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F45DED (or 0xF45DED) is known color: Pink Flamingo. HEX triplet: F4, 5D and ED. RGB value is (244,93,237). Sum of RGB (Red+Green+Blue) = 244+93+237=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 93 (36.72% from 255 or 16.20% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45DED is #0BA212. Grayscale: #9A9A9A. Windows color (decimal): -762387 or 15556084. OLE color: 15556084.

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

Color convert

RGB 244 93 237 -
CMYK 0 0.62 0.03 0.04
HSL 302.78º 0.87% 0.66% -
HSV(B) 302.78º 0.62% 0.96% -
XYZ 56.51 33.18 83.55 -
YUV 154.57 174.53 191.79 -
System Red Green Blue C M Y K H S L
Decimal 244 93 237 0 0.62 0.03 0.04 302.78 0.87 0.66
Hex F4 5D ED 0 3E 3 4 12F 57 42
Octal 364 135 355 0 76 3 4 457 127 102
Binary 11110100 1011101 11101101 0 111110 11 100 100101111 1010111 1000010

Color Harmonies of #F45DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45DED

Black with #F45DED

Text Example


Text Example

White with #F45DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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