Shades of Hot Pink #F253BA
Tints of Hot Pink #F253BA
RGB
CMYK
RGB Variations
Color information
#F253BA (or 0xF253BA) is known color: Hot Pink. HEX triplet: F2, 53 and BA. RGB value is (242,83,186). Sum of RGB (Red+Green+Blue) = 242+83+186=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BA is #0DAC45. Grayscale: #8E8E8E. Windows color (decimal): -896070 or 12211186. OLE color: 12211186.
HSL color Cylindrical-coordinate representation of color #F253BA: hue angle of 321.13º 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 #F253BA is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 186 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 321.13º | 0.86% | 0.64% | - |
| HSV(B) | 321.13º | 0.66% | 0.95% | - |
| XYZ | 48.57 | 28.61 | 49.42 | - |
| YUV | 142.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 186 | 0 | 0.66 | 0.23 | 0.05 | 321.13 | 0.86 | 0.64 |
| Hex | F2 | 53 | BA | 0 | 42 | 17 | 5 | 141 | 56 | 40 |
| Octal | 362 | 123 | 272 | 0 | 102 | 27 | 5 | 501 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111010 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010110 | 1000000 |
Color Harmonies of #F253BA
Complementary color
Monochromatic Colors of #F253BA
Black with #F253BA
Text Example
Text Example
White with #F253BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253BA; }
p { color: rgb(242,83,186); }
H1.HeaderClassName
{
color: #F253BA;
}
.AnyTagClassName
{
color: #F253BA;
}
</style>
background-color css
<style>
a { background-color: #F253BA; }
a { background-color: rgb(242,83,186); }
div.DivClassName
{
background-color: #F253BA;
}
.BgClassName
{
background-color: #F253BA;
}
</style>
border-color css
<style>
span { border-color: #F253BA; }
span { border-color: rgb(242,83,186); }
td.TdClassName
{
border-color: #F253BA;
}
.TagClassName
{
border-color: #F253BA;
}
</style>