Shades of Hot Pink #F272B0
Tints of Hot Pink #F272B0
RGB
CMYK
RGB Variations
Color information
#F272B0 (or 0xF272B0) is known color: Hot Pink. HEX triplet: F2, 72 and B0. RGB value is (242,114,176). Sum of RGB (Red+Green+Blue) = 242+114+176=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F272B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272B0 is #0D8D4F. Grayscale: #9F9F9F. Windows color (decimal): -888144 or 11563762. OLE color: 11563762.
HSL color Cylindrical-coordinate representation of color #F272B0: hue angle of 330.94º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272B0 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 176 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.05 |
| HSL | 330.94º | 0.83% | 0.7% | - |
| HSV(B) | 330.94º | 0.53% | 0.95% | - |
| XYZ | 50.47 | 34.05 | 44.99 | - |
| YUV | 159.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 176 | 0 | 0.53 | 0.27 | 0.05 | 330.94 | 0.83 | 0.7 |
| Hex | F2 | 72 | B0 | 0 | 35 | 1B | 5 | 14B | 53 | 46 |
| Octal | 362 | 162 | 260 | 0 | 65 | 33 | 5 | 513 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10110000 | 0 | 110101 | 11011 | 101 | 101001011 | 1010011 | 1000110 |
Color Harmonies of #F272B0
Complementary color
Monochromatic Colors of #F272B0
Black with #F272B0
Text Example
Text Example
White with #F272B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272B0; }
p { color: rgb(242,114,176); }
H1.HeaderClassName
{
color: #F272B0;
}
.AnyTagClassName
{
color: #F272B0;
}
</style>
background-color css
<style>
a { background-color: #F272B0; }
a { background-color: rgb(242,114,176); }
div.DivClassName
{
background-color: #F272B0;
}
.BgClassName
{
background-color: #F272B0;
}
</style>
border-color css
<style>
span { border-color: #F272B0; }
span { border-color: rgb(242,114,176); }
td.TdClassName
{
border-color: #F272B0;
}
.TagClassName
{
border-color: #F272B0;
}
</style>