Shades of Hot Pink #F270AA
Tints of Hot Pink #F270AA
RGB
CMYK
RGB Variations
Color information
#F270AA (or 0xF270AA) is known color: Hot Pink. HEX triplet: F2, 70 and AA. RGB value is (242,112,170). Sum of RGB (Red+Green+Blue) = 242+112+170=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F270AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270AA is #0D8F55. Grayscale: #9D9D9D. Windows color (decimal): -888662 or 11170034. OLE color: 11170034.
HSL color Cylindrical-coordinate representation of color #F270AA: hue angle of 333.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270AA is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 170 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.05 |
| HSL | 333.23º | 0.83% | 0.69% | - |
| HSV(B) | 333.23º | 0.54% | 0.95% | - |
| XYZ | 49.67 | 33.37 | 41.85 | - |
| YUV | 157.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 170 | 0 | 0.54 | 0.30 | 0.05 | 333.23 | 0.83 | 0.69 |
| Hex | F2 | 70 | AA | 0 | 36 | 1E | 5 | 14D | 53 | 45 |
| Octal | 362 | 160 | 252 | 0 | 66 | 36 | 5 | 515 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10101010 | 0 | 110110 | 11110 | 101 | 101001101 | 1010011 | 1000101 |
Color Harmonies of #F270AA
Complementary color
Monochromatic Colors of #F270AA
Black with #F270AA
Text Example
Text Example
White with #F270AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270AA; }
p { color: rgb(242,112,170); }
H1.HeaderClassName
{
color: #F270AA;
}
.AnyTagClassName
{
color: #F270AA;
}
</style>
background-color css
<style>
a { background-color: #F270AA; }
a { background-color: rgb(242,112,170); }
div.DivClassName
{
background-color: #F270AA;
}
.BgClassName
{
background-color: #F270AA;
}
</style>
border-color css
<style>
span { border-color: #F270AA; }
span { border-color: rgb(242,112,170); }
td.TdClassName
{
border-color: #F270AA;
}
.TagClassName
{
border-color: #F270AA;
}
</style>