#F05DAE

Color #F05DAE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F05DAE

Tints of Hot Pink #F05DAE

Color information

#F05DAE (or 0xF05DAE) is unknown color: approx 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

RGB24093174-
CMYK00.610.280.06
HSL326.94º83.05%65.29%-
HSV(B)326.94º61.25%94.12%-
XYZ47.4929.4143.22-
YUV146.19143.7194.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409317400.610.280.06326.9483.0565.29
HexF05DAE03D1C61475341
Octal360135256075346507123101
Binary1111000010111011010111001111011110011010100011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>