#F05DAD

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

Shades of Hot Pink #F05DAD

Tints of Hot Pink #F05DAD

Color information

#F05DAD (or 0xF05DAD) is unknown color: approx Hot Pink. HEX triplet: F0, 5D and AD. RGB value is (240,93,173). Sum of RGB (Red+Green+Blue) = 240+93+173=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05DAD is #0FA252. Grayscale: #919191. Windows color (decimal): -1024595 or 11361776. OLE color: 11361776.

HSL color Cylindrical-coordinate representation of color #F05DAD: hue angle of 327.35º 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 #F05DAD is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB24093173-
CMYK00.610.280.06
HSL327.35º83.05%65.29%-
HSV(B)327.35º61.25%94.12%-
XYZ47.3929.3742.71-
YUV146.07143.2195-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=47.43%
G=18.38%
B=34.19%

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
Decimal2409317300.610.280.06327.3583.0565.29
HexF05DAD03D1C61475341
Octal360135255075346507123101
Binary1111000010111011010110101111011110011010100011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05DAD; }

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

 H1.HeaderClassName
 {
   color: #F05DAD;
 }
 .AnyTagClassName
 {
   color: #F05DAD;
 }
</style>
background-color css

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

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

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

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

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

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