#F15DB3

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

Shades of Hot Pink #F15DB3

Tints of Hot Pink #F15DB3

Color information

#F15DB3 (or 0xF15DB3) is unknown color: approx Hot Pink. HEX triplet: F1, 5D and B3. RGB value is (241,93,179). Sum of RGB (Red+Green+Blue) = 241+93+179=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DB3 is #0EA24C. Grayscale: #929292. Windows color (decimal): -959053 or 11754993. OLE color: 11754993.

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

Color convert

RGB24193179-
CMYK00.610.260.05
HSL325.14º84.09%65.49%-
HSV(B)325.14º61.41%94.51%-
XYZ48.3329.7845.85-
YUV147.06146.03195.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=46.98%
G=18.13%
B=34.89%

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
Decimal2419317900.610.260.05325.1484.0965.49
HexF15DB303D1A51455441
Octal361135263075325505124101
Binary1111000110111011011001101111011101010110100010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15DB3; }

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

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

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

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

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

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

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

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