Shades of Hot Pink #F270AB
Tints of Hot Pink #F270AB
RGB
CMYK
RGB Variations
Color information
#F270AB (or 0xF270AB) is known color: Hot Pink. HEX triplet: F2, 70 and AB. RGB value is (242,112,171). Sum of RGB (Red+Green+Blue) = 242+112+171=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F270AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270AB is #0D8F54. Grayscale: #9D9D9D. Windows color (decimal): -888661 or 11235570. OLE color: 11235570.
HSL color Cylindrical-coordinate representation of color #F270AB: hue angle of 332.77º 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 #F270AB is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 171 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.05 |
| HSL | 332.77º | 0.83% | 0.69% | - |
| HSV(B) | 332.77º | 0.54% | 0.95% | - |
| XYZ | 49.76 | 33.41 | 42.35 | - |
| YUV | 157.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 171 | 0 | 0.54 | 0.29 | 0.05 | 332.77 | 0.83 | 0.69 |
| Hex | F2 | 70 | AB | 0 | 36 | 1D | 5 | 14D | 53 | 45 |
| Octal | 362 | 160 | 253 | 0 | 66 | 35 | 5 | 515 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10101011 | 0 | 110110 | 11101 | 101 | 101001101 | 1010011 | 1000101 |
Color Harmonies of #F270AB
Complementary color
Monochromatic Colors of #F270AB
Black with #F270AB
Text Example
Text Example
White with #F270AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270AB; }
p { color: rgb(242,112,171); }
H1.HeaderClassName
{
color: #F270AB;
}
.AnyTagClassName
{
color: #F270AB;
}
</style>
background-color css
<style>
a { background-color: #F270AB; }
a { background-color: rgb(242,112,171); }
div.DivClassName
{
background-color: #F270AB;
}
.BgClassName
{
background-color: #F270AB;
}
</style>
border-color css
<style>
span { border-color: #F270AB; }
span { border-color: rgb(242,112,171); }
td.TdClassName
{
border-color: #F270AB;
}
.TagClassName
{
border-color: #F270AB;
}
</style>