Shades of Hot Pink #F15FB2
Tints of Hot Pink #F15FB2
RGB
CMYK
RGB Variations
Color information
#F15FB2 (or 0xF15FB2) is known color: Hot Pink. HEX triplet: F1, 5F and B2. RGB value is (241,95,178). Sum of RGB (Red+Green+Blue) = 241+95+178=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15FB2 is #0EA04D. Grayscale: #939393. Windows color (decimal): -958542 or 11689969. OLE color: 11689969.
HSL color Cylindrical-coordinate representation of color #F15FB2: hue angle of 325.89º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FB2 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 178 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.05 |
| HSL | 325.89º | 0.84% | 0.66% | - |
| HSV(B) | 325.89º | 0.61% | 0.95% | - |
| XYZ | 48.4 | 30.1 | 45.38 | - |
| YUV | 148.12 | 144.87 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 178 | 0 | 0.61 | 0.26 | 0.05 | 325.89 | 0.84 | 0.66 |
| Hex | F1 | 5F | B2 | 0 | 3D | 1A | 5 | 146 | 54 | 42 |
| Octal | 361 | 137 | 262 | 0 | 75 | 32 | 5 | 506 | 124 | 102 |
| Binary | 11110001 | 1011111 | 10110010 | 0 | 111101 | 11010 | 101 | 101000110 | 1010100 | 1000010 |
Color Harmonies of #F15FB2
Complementary color
Monochromatic Colors of #F15FB2
Black with #F15FB2
Text Example
Text Example
White with #F15FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FB2; }
p { color: rgb(241,95,178); }
H1.HeaderClassName
{
color: #F15FB2;
}
.AnyTagClassName
{
color: #F15FB2;
}
</style>
background-color css
<style>
a { background-color: #F15FB2; }
a { background-color: rgb(241,95,178); }
div.DivClassName
{
background-color: #F15FB2;
}
.BgClassName
{
background-color: #F15FB2;
}
</style>
border-color css
<style>
span { border-color: #F15FB2; }
span { border-color: rgb(241,95,178); }
td.TdClassName
{
border-color: #F15FB2;
}
.TagClassName
{
border-color: #F15FB2;
}
</style>