#F15DB2

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

Shades of Hot Pink #F15DB2

Tints of Hot Pink #F15DB2

Color information

#F15DB2 (or 0xF15DB2) is unknown color: approx Hot Pink. HEX triplet: F1, 5D and B2. RGB value is (241,93,178). Sum of RGB (Red+Green+Blue) = 241+93+178=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DB2 is #0EA24D. Grayscale: #929292. Windows color (decimal): -959054 or 11689457. OLE color: 11689457.

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

Color convert

RGB24193178-
CMYK00.610.260.05
HSL325.54º84.09%65.49%-
HSV(B)325.54º61.41%94.51%-
XYZ48.2329.7445.32-
YUV146.94145.53195.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 93 (36.72% from 255) = 18.16%
BLUE value IS 178 (69.92% from 255) = 34.77%
R=47.07%
G=18.16%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419317800.610.260.05325.5484.0965.49
HexF15DB203D1A51465441
Octal361135262075325506124101
Binary1111000110111011011001001111011101010110100011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DB2; }

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

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

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

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

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

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

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

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