Shades of Hot Pink #F272AA
Tints of Hot Pink #F272AA
RGB
CMYK
RGB Variations
Color information
#F272AA (or 0xF272AA) is known color: Hot Pink. HEX triplet: F2, 72 and AA. RGB value is (242,114,170). Sum of RGB (Red+Green+Blue) = 242+114+170=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F272AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272AA is #0D8D55. Grayscale: #9E9E9E. Windows color (decimal): -888150 or 11170546. OLE color: 11170546.
HSL color Cylindrical-coordinate representation of color #F272AA: hue angle of 333.75º 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 #F272AA is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 170 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.05 |
| HSL | 333.75º | 0.83% | 0.7% | - |
| HSV(B) | 333.75º | 0.53% | 0.95% | - |
| XYZ | 49.89 | 33.81 | 41.93 | - |
| YUV | 158.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 170 | 0 | 0.53 | 0.30 | 0.05 | 333.75 | 0.83 | 0.7 |
| Hex | F2 | 72 | AA | 0 | 35 | 1E | 5 | 14E | 53 | 46 |
| Octal | 362 | 162 | 252 | 0 | 65 | 36 | 5 | 516 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10101010 | 0 | 110101 | 11110 | 101 | 101001110 | 1010011 | 1000110 |
Color Harmonies of #F272AA
Complementary color
Monochromatic Colors of #F272AA
Black with #F272AA
Text Example
Text Example
White with #F272AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272AA; }
p { color: rgb(242,114,170); }
H1.HeaderClassName
{
color: #F272AA;
}
.AnyTagClassName
{
color: #F272AA;
}
</style>
background-color css
<style>
a { background-color: #F272AA; }
a { background-color: rgb(242,114,170); }
div.DivClassName
{
background-color: #F272AA;
}
.BgClassName
{
background-color: #F272AA;
}
</style>
border-color css
<style>
span { border-color: #F272AA; }
span { border-color: rgb(242,114,170); }
td.TdClassName
{
border-color: #F272AA;
}
.TagClassName
{
border-color: #F272AA;
}
</style>