Shades of Hot Pink #F270A8
Tints of Hot Pink #F270A8
RGB
CMYK
RGB Variations
Color information
#F270A8 (or 0xF270A8) is known color: Hot Pink. HEX triplet: F2, 70 and A8. RGB value is (242,112,168). Sum of RGB (Red+Green+Blue) = 242+112+168=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F270A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270A8 is #0D8F57. Grayscale: #9D9D9D. Windows color (decimal): -888664 or 11038962. OLE color: 11038962.
HSL color Cylindrical-coordinate representation of color #F270A8: hue angle of 334.15º 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 #F270A8 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 168 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.05 |
| HSL | 334.15º | 0.83% | 0.69% | - |
| HSV(B) | 334.15º | 0.54% | 0.95% | - |
| XYZ | 49.48 | 33.29 | 40.86 | - |
| YUV | 157.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 168 | 0 | 0.54 | 0.31 | 0.05 | 334.15 | 0.83 | 0.69 |
| Hex | F2 | 70 | A8 | 0 | 36 | 1F | 5 | 14E | 53 | 45 |
| Octal | 362 | 160 | 250 | 0 | 66 | 37 | 5 | 516 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10101000 | 0 | 110110 | 11111 | 101 | 101001110 | 1010011 | 1000101 |
Color Harmonies of #F270A8
Complementary color
Monochromatic Colors of #F270A8
Black with #F270A8
Text Example
Text Example
White with #F270A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270A8; }
p { color: rgb(242,112,168); }
H1.HeaderClassName
{
color: #F270A8;
}
.AnyTagClassName
{
color: #F270A8;
}
</style>
background-color css
<style>
a { background-color: #F270A8; }
a { background-color: rgb(242,112,168); }
div.DivClassName
{
background-color: #F270A8;
}
.BgClassName
{
background-color: #F270A8;
}
</style>
border-color css
<style>
span { border-color: #F270A8; }
span { border-color: rgb(242,112,168); }
td.TdClassName
{
border-color: #F270A8;
}
.TagClassName
{
border-color: #F270A8;
}
</style>