Shades of Hot Pink #F15BAF
Tints of Hot Pink #F15BAF
RGB
CMYK
RGB Variations
Color information
#F15BAF (or 0xF15BAF) is known color: Hot Pink. HEX triplet: F1, 5B and AF. RGB value is (241,91,175). Sum of RGB (Red+Green+Blue) = 241+91+175=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15BAF is #0EA450. Grayscale: #919191. Windows color (decimal): -959569 or 11492337. OLE color: 11492337.
HSL color Cylindrical-coordinate representation of color #F15BAF: hue angle of 326.4º 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 #F15BAF is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 175 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.05 |
| HSL | 326.4º | 0.84% | 0.65% | - |
| HSV(B) | 326.4º | 0.62% | 0.95% | - |
| XYZ | 47.75 | 29.28 | 43.69 | - |
| YUV | 145.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 175 | 0 | 0.62 | 0.27 | 0.05 | 326.4 | 0.84 | 0.65 |
| Hex | F1 | 5B | AF | 0 | 3E | 1B | 5 | 146 | 54 | 41 |
| Octal | 361 | 133 | 257 | 0 | 76 | 33 | 5 | 506 | 124 | 101 |
| Binary | 11110001 | 1011011 | 10101111 | 0 | 111110 | 11011 | 101 | 101000110 | 1010100 | 1000001 |
Color Harmonies of #F15BAF
Complementary color
Monochromatic Colors of #F15BAF
Black with #F15BAF
Text Example
Text Example
White with #F15BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BAF; }
p { color: rgb(241,91,175); }
H1.HeaderClassName
{
color: #F15BAF;
}
.AnyTagClassName
{
color: #F15BAF;
}
</style>
background-color css
<style>
a { background-color: #F15BAF; }
a { background-color: rgb(241,91,175); }
div.DivClassName
{
background-color: #F15BAF;
}
.BgClassName
{
background-color: #F15BAF;
}
</style>
border-color css
<style>
span { border-color: #F15BAF; }
span { border-color: rgb(241,91,175); }
td.TdClassName
{
border-color: #F15BAF;
}
.TagClassName
{
border-color: #F15BAF;
}
</style>