Shades of Hot Pink #F253B9
Tints of Hot Pink #F253B9
RGB
CMYK
RGB Variations
Color information
#F253B9 (or 0xF253B9) is known color: Hot Pink. HEX triplet: F2, 53 and B9. RGB value is (242,83,185). Sum of RGB (Red+Green+Blue) = 242+83+185=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F253B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253B9 is #0DAC46. Grayscale: #8D8D8D. Windows color (decimal): -896071 or 12145650. OLE color: 12145650.
HSL color Cylindrical-coordinate representation of color #F253B9: hue angle of 321.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F253B9 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 185 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.05 |
| HSL | 321.51º | 0.86% | 0.64% | - |
| HSV(B) | 321.51º | 0.66% | 0.95% | - |
| XYZ | 48.47 | 28.57 | 48.86 | - |
| YUV | 142.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 185 | 0 | 0.66 | 0.24 | 0.05 | 321.51 | 0.86 | 0.64 |
| Hex | F2 | 53 | B9 | 0 | 42 | 18 | 5 | 142 | 56 | 40 |
| Octal | 362 | 123 | 271 | 0 | 102 | 30 | 5 | 502 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111001 | 0 | 1000010 | 11000 | 101 | 101000010 | 1010110 | 1000000 |
Color Harmonies of #F253B9
Complementary color
Monochromatic Colors of #F253B9
Black with #F253B9
Text Example
Text Example
White with #F253B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253B9; }
p { color: rgb(242,83,185); }
H1.HeaderClassName
{
color: #F253B9;
}
.AnyTagClassName
{
color: #F253B9;
}
</style>
background-color css
<style>
a { background-color: #F253B9; }
a { background-color: rgb(242,83,185); }
div.DivClassName
{
background-color: #F253B9;
}
.BgClassName
{
background-color: #F253B9;
}
</style>
border-color css
<style>
span { border-color: #F253B9; }
span { border-color: rgb(242,83,185); }
td.TdClassName
{
border-color: #F253B9;
}
.TagClassName
{
border-color: #F253B9;
}
</style>