#F15DB7

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

Shades of Hot Pink #F15DB7

Tints of Hot Pink #F15DB7

Color information

#F15DB7 (or 0xF15DB7) is unknown color: approx Hot Pink. HEX triplet: F1, 5D and B7. RGB value is (241,93,183). Sum of RGB (Red+Green+Blue) = 241+93+183=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB7 is #0EA248. Grayscale: #939393. Windows color (decimal): -959049 or 12017137. OLE color: 12017137.

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

Color convert

RGB24193183-
CMYK00.610.240.05
HSL323.51º84.09%65.49%-
HSV(B)323.51º61.41%94.51%-
XYZ48.7429.9548.01-
YUV147.51148.03194.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=46.62%
G=17.99%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419318300.610.240.05323.5184.0965.49
HexF15DB703D1851445441
Octal361135267075305504124101
Binary1111000110111011011011101111011100010110100010010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DB7; }

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

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

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

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

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

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

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

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