Html Css Color HEX #F55DAE Hot Pink

📋 copy color: '#F55DAE'

red 245 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F55DAE

Tints of Hot Pink #F55DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 47.85%
G = 18.16%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F55DAE (or 0xF55DAE) is known color: Hot Pink. HEX triplet: F5, 5D and AE. RGB value is (245,93,174). Sum of RGB (Red+Green+Blue) = 245+93+174=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DAE is #0AA251. Grayscale: #939393. Windows color (decimal): -696914 or 11427317. OLE color: 11427317.

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

Color convert

RGB 245 93 174 -
CMYK 0 0.62 0.29 0.04
HSL 328.03º 0.88% 0.66% -
HSV(B) 328.03º 0.62% 0.96% -
XYZ 49.21 30.3 43.3 -
YUV 147.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 245 93 174 0 0.62 0.29 0.04 328.03 0.88 0.66
Hex F5 5D AE 0 3E 1D 4 148 58 42
Octal 365 135 256 0 76 35 4 510 130 102
Binary 11110101 1011101 10101110 0 111110 11101 100 101001000 1011000 1000010

Color Harmonies of #F55DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55DAE

Black with #F55DAE

Text Example


Text Example

White with #F55DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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