Shades of Hot Pink #F15FB4
Tints of Hot Pink #F15FB4
RGB
CMYK
RGB Variations
Color information
#F15FB4 (or 0xF15FB4) is known color: Hot Pink. HEX triplet: F1, 5F and B4. RGB value is (241,95,180). Sum of RGB (Red+Green+Blue) = 241+95+180=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15FB4 is #0EA04B. Grayscale: #949494. Windows color (decimal): -958540 or 11821041. OLE color: 11821041.
HSL color Cylindrical-coordinate representation of color #F15FB4: hue angle of 325.07º 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 #F15FB4 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 180 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.05 |
| HSL | 325.07º | 0.84% | 0.66% | - |
| HSV(B) | 325.07º | 0.61% | 0.95% | - |
| XYZ | 48.61 | 30.18 | 46.44 | - |
| YUV | 148.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 180 | 0 | 0.61 | 0.25 | 0.05 | 325.07 | 0.84 | 0.66 |
| Hex | F1 | 5F | B4 | 0 | 3D | 19 | 5 | 145 | 54 | 42 |
| Octal | 361 | 137 | 264 | 0 | 75 | 31 | 5 | 505 | 124 | 102 |
| Binary | 11110001 | 1011111 | 10110100 | 0 | 111101 | 11001 | 101 | 101000101 | 1010100 | 1000010 |
Color Harmonies of #F15FB4
Complementary color
Monochromatic Colors of #F15FB4
Black with #F15FB4
Text Example
Text Example
White with #F15FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15FB4; }
p { color: rgb(241,95,180); }
H1.HeaderClassName
{
color: #F15FB4;
}
.AnyTagClassName
{
color: #F15FB4;
}
</style>
background-color css
<style>
a { background-color: #F15FB4; }
a { background-color: rgb(241,95,180); }
div.DivClassName
{
background-color: #F15FB4;
}
.BgClassName
{
background-color: #F15FB4;
}
</style>
border-color css
<style>
span { border-color: #F15FB4; }
span { border-color: rgb(241,95,180); }
td.TdClassName
{
border-color: #F15FB4;
}
.TagClassName
{
border-color: #F15FB4;
}
</style>