Shades of Hot Pink #F253BE
Tints of Hot Pink #F253BE
RGB
CMYK
RGB Variations
Color information
#F253BE (or 0xF253BE) is known color: Hot Pink. HEX triplet: F2, 53 and BE. RGB value is (242,83,190). Sum of RGB (Red+Green+Blue) = 242+83+190=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BE is #0DAC41. Grayscale: #8E8E8E. Windows color (decimal): -896066 or 12473330. OLE color: 12473330.
HSL color Cylindrical-coordinate representation of color #F253BE: hue angle of 319.62º 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 #F253BE is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 190 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.05 |
| HSL | 319.62º | 0.86% | 0.64% | - |
| HSV(B) | 319.62º | 0.66% | 0.95% | - |
| XYZ | 49.01 | 28.78 | 51.69 | - |
| YUV | 142.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 190 | 0 | 0.66 | 0.21 | 0.05 | 319.62 | 0.86 | 0.64 |
| Hex | F2 | 53 | BE | 0 | 42 | 15 | 5 | 140 | 56 | 40 |
| Octal | 362 | 123 | 276 | 0 | 102 | 25 | 5 | 500 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111110 | 0 | 1000010 | 10101 | 101 | 101000000 | 1010110 | 1000000 |
Color Harmonies of #F253BE
Complementary color
Monochromatic Colors of #F253BE
Black with #F253BE
Text Example
Text Example
White with #F253BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253BE; }
p { color: rgb(242,83,190); }
H1.HeaderClassName
{
color: #F253BE;
}
.AnyTagClassName
{
color: #F253BE;
}
</style>
background-color css
<style>
a { background-color: #F253BE; }
a { background-color: rgb(242,83,190); }
div.DivClassName
{
background-color: #F253BE;
}
.BgClassName
{
background-color: #F253BE;
}
</style>
border-color css
<style>
span { border-color: #F253BE; }
span { border-color: rgb(242,83,190); }
td.TdClassName
{
border-color: #F253BE;
}
.TagClassName
{
border-color: #F253BE;
}
</style>