Shades of Hot Pink #F273AB
Tints of Hot Pink #F273AB
RGB
CMYK
RGB Variations
Color information
#F273AB (or 0xF273AB) is known color: Hot Pink. HEX triplet: F2, 73 and AB. RGB value is (242,115,171). Sum of RGB (Red+Green+Blue) = 242+115+171=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F273AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F273AB is #0D8C54. Grayscale: #9F9F9F. Windows color (decimal): -887893 or 11236338. OLE color: 11236338.
HSL color Cylindrical-coordinate representation of color #F273AB: hue angle of 333.54º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273AB is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 171 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.05 |
| HSL | 333.54º | 0.83% | 0.7% | - |
| HSV(B) | 333.54º | 0.52% | 0.95% | - |
| XYZ | 50.1 | 34.08 | 42.47 | - |
| YUV | 159.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 171 | 0 | 0.52 | 0.29 | 0.05 | 333.54 | 0.83 | 0.7 |
| Hex | F2 | 73 | AB | 0 | 34 | 1D | 5 | 14E | 53 | 46 |
| Octal | 362 | 163 | 253 | 0 | 64 | 35 | 5 | 516 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10101011 | 0 | 110100 | 11101 | 101 | 101001110 | 1010011 | 1000110 |
Color Harmonies of #F273AB
Complementary color
Monochromatic Colors of #F273AB
Black with #F273AB
Text Example
Text Example
White with #F273AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273AB; }
p { color: rgb(242,115,171); }
H1.HeaderClassName
{
color: #F273AB;
}
.AnyTagClassName
{
color: #F273AB;
}
</style>
background-color css
<style>
a { background-color: #F273AB; }
a { background-color: rgb(242,115,171); }
div.DivClassName
{
background-color: #F273AB;
}
.BgClassName
{
background-color: #F273AB;
}
</style>
border-color css
<style>
span { border-color: #F273AB; }
span { border-color: rgb(242,115,171); }
td.TdClassName
{
border-color: #F273AB;
}
.TagClassName
{
border-color: #F273AB;
}
</style>