Shades of Hot Pink #F252BB
Tints of Hot Pink #F252BB
RGB
CMYK
RGB Variations
Color information
#F252BB (or 0xF252BB) is known color: Hot Pink. HEX triplet: F2, 52 and BB. RGB value is (242,82,187). Sum of RGB (Red+Green+Blue) = 242+82+187=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F252BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F252BB is #0DAD44. Grayscale: #8D8D8D. Windows color (decimal): -896325 or 12276466. OLE color: 12276466.
HSL color Cylindrical-coordinate representation of color #F252BB: hue angle of 320.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 #F252BB is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 187 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.05 |
| HSL | 320.63º | 0.86% | 0.64% | - |
| HSV(B) | 320.63º | 0.66% | 0.95% | - |
| XYZ | 48.6 | 28.5 | 49.95 | - |
| YUV | 141.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 187 | 0 | 0.66 | 0.23 | 0.05 | 320.63 | 0.86 | 0.64 |
| Hex | F2 | 52 | BB | 0 | 42 | 17 | 5 | 141 | 56 | 40 |
| Octal | 362 | 122 | 273 | 0 | 102 | 27 | 5 | 501 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10111011 | 0 | 1000010 | 10111 | 101 | 101000001 | 1010110 | 1000000 |
Color Harmonies of #F252BB
Complementary color
Monochromatic Colors of #F252BB
Black with #F252BB
Text Example
Text Example
White with #F252BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F252BB; }
p { color: rgb(242,82,187); }
H1.HeaderClassName
{
color: #F252BB;
}
.AnyTagClassName
{
color: #F252BB;
}
</style>
background-color css
<style>
a { background-color: #F252BB; }
a { background-color: rgb(242,82,187); }
div.DivClassName
{
background-color: #F252BB;
}
.BgClassName
{
background-color: #F252BB;
}
</style>
border-color css
<style>
span { border-color: #F252BB; }
span { border-color: rgb(242,82,187); }
td.TdClassName
{
border-color: #F252BB;
}
.TagClassName
{
border-color: #F252BB;
}
</style>