Shades of Hot Pink #F253BC
Tints of Hot Pink #F253BC
RGB
CMYK
RGB Variations
Color information
#F253BC (or 0xF253BC) is known color: Hot Pink. HEX triplet: F2, 53 and BC. RGB value is (242,83,188). Sum of RGB (Red+Green+Blue) = 242+83+188=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F253BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253BC is #0DAC43. Grayscale: #8E8E8E. Windows color (decimal): -896068 or 12342258. OLE color: 12342258.
HSL color Cylindrical-coordinate representation of color #F253BC: hue angle of 320.38º 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 #F253BC is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 188 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.05 |
| HSL | 320.38º | 0.86% | 0.64% | - |
| HSV(B) | 320.38º | 0.66% | 0.95% | - |
| XYZ | 48.79 | 28.69 | 50.54 | - |
| YUV | 142.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 188 | 0 | 0.66 | 0.22 | 0.05 | 320.38 | 0.86 | 0.64 |
| Hex | F2 | 53 | BC | 0 | 42 | 16 | 5 | 140 | 56 | 40 |
| Octal | 362 | 123 | 274 | 0 | 102 | 26 | 5 | 500 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10111100 | 0 | 1000010 | 10110 | 101 | 101000000 | 1010110 | 1000000 |
Color Harmonies of #F253BC
Complementary color
Monochromatic Colors of #F253BC
Black with #F253BC
Text Example
Text Example
White with #F253BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F253BC; }
p { color: rgb(242,83,188); }
H1.HeaderClassName
{
color: #F253BC;
}
.AnyTagClassName
{
color: #F253BC;
}
</style>
background-color css
<style>
a { background-color: #F253BC; }
a { background-color: rgb(242,83,188); }
div.DivClassName
{
background-color: #F253BC;
}
.BgClassName
{
background-color: #F253BC;
}
</style>
border-color css
<style>
span { border-color: #F253BC; }
span { border-color: rgb(242,83,188); }
td.TdClassName
{
border-color: #F253BC;
}
.TagClassName
{
border-color: #F253BC;
}
</style>