Html Css Color HEX #F55DED Pink Flamingo

📋 copy color: '#F55DED'

red 245 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #F55DED

Tints of Pink Flamingo #F55DED

RGB

 RED value IS 245 (96.09% from 255) = 42.61%

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

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

R = 42.61%
G = 16.17%
B = 41.22%

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

#F55DED (or 0xF55DED) is known color: Pink Flamingo. HEX triplet: F5, 5D and ED. RGB value is (245,93,237). Sum of RGB (Red+Green+Blue) = 245+93+237=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 93 (36.72% from 255 or 16.17% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DED is #0AA212. Grayscale: #9A9A9A. Windows color (decimal): -696851 or 15556085. OLE color: 15556085.

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

Color convert

RGB 245 93 237 -
CMYK 0 0.62 0.03 0.04
HSL 303.16º 0.88% 0.66% -
HSV(B) 303.16º 0.62% 0.96% -
XYZ 56.86 33.36 83.56 -
YUV 154.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 245 93 237 0 0.62 0.03 0.04 303.16 0.88 0.66
Hex F5 5D ED 0 3E 3 4 12F 58 42
Octal 365 135 355 0 76 3 4 457 130 102
Binary 11110101 1011101 11101101 0 111110 11 100 100101111 1011000 1000010

Color Harmonies of #F55DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55DED

Black with #F55DED

Text Example


Text Example

White with #F55DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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