Shades of Hot Pink #F262AB
Tints of Hot Pink #F262AB
RGB
CMYK
RGB Variations
Color information
#F262AB (or 0xF262AB) is known color: Hot Pink. HEX triplet: F2, 62 and AB. RGB value is (242,98,171). Sum of RGB (Red+Green+Blue) = 242+98+171=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F262AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F262AB is #0D9D54. Grayscale: #959595. Windows color (decimal): -892245 or 11231986. OLE color: 11231986.
HSL color Cylindrical-coordinate representation of color #F262AB: hue angle of 329.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262AB is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 171 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 329.58º | 0.85% | 0.67% | - |
| HSV(B) | 329.58º | 0.6% | 0.95% | - |
| XYZ | 48.34 | 30.55 | 41.88 | - |
| YUV | 149.38 | 140.21 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 171 | 0 | 0.60 | 0.29 | 0.05 | 329.58 | 0.85 | 0.67 |
| Hex | F2 | 62 | AB | 0 | 3C | 1D | 5 | 14A | 55 | 43 |
| Octal | 362 | 142 | 253 | 0 | 74 | 35 | 5 | 512 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10101011 | 0 | 111100 | 11101 | 101 | 101001010 | 1010101 | 1000011 |
Color Harmonies of #F262AB
Complementary color
Monochromatic Colors of #F262AB
Black with #F262AB
Text Example
Text Example
White with #F262AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262AB; }
p { color: rgb(242,98,171); }
H1.HeaderClassName
{
color: #F262AB;
}
.AnyTagClassName
{
color: #F262AB;
}
</style>
background-color css
<style>
a { background-color: #F262AB; }
a { background-color: rgb(242,98,171); }
div.DivClassName
{
background-color: #F262AB;
}
.BgClassName
{
background-color: #F262AB;
}
</style>
border-color css
<style>
span { border-color: #F262AB; }
span { border-color: rgb(242,98,171); }
td.TdClassName
{
border-color: #F262AB;
}
.TagClassName
{
border-color: #F262AB;
}
</style>