Shades of Hot Pink #F253BD
Tints of Hot Pink #F253BD
RGB
CMYK
RGB Variations
Color information
#F253BD (or 0xF253BD) is known color: Hot Pink. HEX triplet: F2, 53 and BD. RGB value is (242,83,189). Sum of RGB (Red+Green+Blue) = 242+83+189=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BD is #0DAC42. Grayscale: #8E8E8E. Windows color (decimal): -896067 or 12407794. OLE color: 12407794.
HSL color Cylindrical-coordinate representation of color #F253BD: hue angle of 320º 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 #F253BD is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 189 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 320º | 0.86% | 0.64% | - |
| HSV(B) | 320º | 0.66% | 0.95% | - |
| XYZ | 48.9 | 28.74 | 51.11 | - |
| YUV | 142.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 189 | 0 | 0.66 | 0.22 | 0.05 | 320 | 0.86 | 0.64 |
| Hex | F2 | 53 | BD | 0 | 42 | 16 | 5 | 140 | 56 | 40 |
| Octal | 362 | 123 | 275 | 0 | 102 | 26 | 5 | 500 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111101 | 0 | 1000010 | 10110 | 101 | 101000000 | 1010110 | 1000000 |
Color Harmonies of #F253BD
Complementary color
Monochromatic Colors of #F253BD
Black with #F253BD
Text Example
Text Example
White with #F253BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253BD; }
p { color: rgb(242,83,189); }
H1.HeaderClassName
{
color: #F253BD;
}
.AnyTagClassName
{
color: #F253BD;
}
</style>
background-color css
<style>
a { background-color: #F253BD; }
a { background-color: rgb(242,83,189); }
div.DivClassName
{
background-color: #F253BD;
}
.BgClassName
{
background-color: #F253BD;
}
</style>
border-color css
<style>
span { border-color: #F253BD; }
span { border-color: rgb(242,83,189); }
td.TdClassName
{
border-color: #F253BD;
}
.TagClassName
{
border-color: #F253BD;
}
</style>