#F15DAD

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

Shades of Hot Pink #F15DAD

Tints of Hot Pink #F15DAD

Color information

#F15DAD (or 0xF15DAD) is unknown color: approx Hot Pink. HEX triplet: F1, 5D and AD. RGB value is (241,93,173). Sum of RGB (Red+Green+Blue) = 241+93+173=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DAD is #0EA252. Grayscale: #929292. Windows color (decimal): -959059 or 11361777. OLE color: 11361777.

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

Color convert

RGB24193173-
CMYK00.610.280.05
HSL327.57º84.09%65.49%-
HSV(B)327.57º61.41%94.51%-
XYZ47.7329.5542.72-
YUV146.37143.03195.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=47.53%
G=18.34%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419317300.610.280.05327.5784.0965.49
HexF15DAD03D1C51485441
Octal361135255075345510124101
Binary1111000110111011010110101111011110010110100100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DAD; }

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

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

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

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

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

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

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

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