#F15CBC

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

Shades of Hot Pink #F15CBC

Tints of Hot Pink #F15CBC

Color information

#F15CBC (or 0xF15CBC) is unknown color: approx Hot Pink. HEX triplet: F1, 5C and BC. RGB value is (241,92,188). Sum of RGB (Red+Green+Blue) = 241+92+188=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CBC is #0EA343. Grayscale: #939393. Windows color (decimal): -959300 or 12344561. OLE color: 12344561.

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

Color convert

RGB24192188-
CMYK00.620.220.05
HSL321.34º84.18%65.29%-
HSV(B)321.34º61.83%94.51%-
XYZ49.1829.9950.77-
YUV147.5150.86194.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=46.26%
G=17.66%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419218800.620.220.05321.3484.1865.29
HexF15CBC03E1651415441
Octal361134274076265501124101
Binary1111000110111001011110001111101011010110100000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15CBC; }

 p { color: rgb(241,92,188); }

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

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

 a { background-color: rgb(241,92,188); }

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

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

 span { border-color: rgb(241,92,188); }

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