Html Css Color HEX #F05DAE Hot Pink

📋 copy color: '#F05DAE'

red 240 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F05DAE

Tints of Hot Pink #F05DAE

RGB

 RED value IS 240 (94.14% from 255) = 47.34%

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

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

R = 47.34%
G = 18.34%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F05DAE (or 0xF05DAE) is known color: Hot Pink. HEX triplet: F0, 5D and AE. RGB value is (240,93,174). Sum of RGB (Red+Green+Blue) = 240+93+174=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DAE is #0FA251. Grayscale: #929292. Windows color (decimal): -1024594 or 11427312. OLE color: 11427312.

HSL color Cylindrical-coordinate representation of color #F05DAE: hue angle of 326.94º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DAE is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 174 -
CMYK 0 0.61 0.28 0.06
HSL 326.94º 0.83% 0.65% -
HSV(B) 326.94º 0.61% 0.94% -
XYZ 47.49 29.41 43.22 -
YUV 146.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 240 93 174 0 0.61 0.28 0.06 326.94 0.83 0.65
Hex F0 5D AE 0 3D 1C 6 147 53 41
Octal 360 135 256 0 75 34 6 507 123 101
Binary 11110000 1011101 10101110 0 111101 11100 110 101000111 1010011 1000001

Color Harmonies of #F05DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05DAE

Black with #F05DAE

Text Example


Text Example

White with #F05DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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