Shades of Hot Pink #F472B2
Tints of Hot Pink #F472B2
RGB
CMYK
RGB Variations
Color information
#F472B2 (or 0xF472B2) is known color: Hot Pink. HEX triplet: F4, 72 and B2. RGB value is (244,114,178). Sum of RGB (Red+Green+Blue) = 244+114+178=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F472B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F472B2 is #0B8D4D. Grayscale: #A0A0A0. Windows color (decimal): -757070 or 11694836. OLE color: 11694836.
HSL color Cylindrical-coordinate representation of color #F472B2: hue angle of 330.46º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472B2 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 178 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.04 |
| HSL | 330.46º | 0.86% | 0.7% | - |
| HSV(B) | 330.46º | 0.53% | 0.96% | - |
| XYZ | 51.36 | 34.48 | 46.07 | - |
| YUV | 160.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 178 | 0 | 0.53 | 0.27 | 0.04 | 330.46 | 0.86 | 0.7 |
| Hex | F4 | 72 | B2 | 0 | 35 | 1B | 4 | 14A | 56 | 46 |
| Octal | 364 | 162 | 262 | 0 | 65 | 33 | 4 | 512 | 126 | 106 |
| Binary | 11110100 | 1110010 | 10110010 | 0 | 110101 | 11011 | 100 | 101001010 | 1010110 | 1000110 |
Color Harmonies of #F472B2
Complementary color
Monochromatic Colors of #F472B2
Black with #F472B2
Text Example
Text Example
White with #F472B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472B2; }
p { color: rgb(244,114,178); }
H1.HeaderClassName
{
color: #F472B2;
}
.AnyTagClassName
{
color: #F472B2;
}
</style>
background-color css
<style>
a { background-color: #F472B2; }
a { background-color: rgb(244,114,178); }
div.DivClassName
{
background-color: #F472B2;
}
.BgClassName
{
background-color: #F472B2;
}
</style>
border-color css
<style>
span { border-color: #F472B2; }
span { border-color: rgb(244,114,178); }
td.TdClassName
{
border-color: #F472B2;
}
.TagClassName
{
border-color: #F472B2;
}
</style>