Shades of Hot Pink #F262AA
Tints of Hot Pink #F262AA
RGB
CMYK
RGB Variations
Color information
#F262AA (or 0xF262AA) is known color: Hot Pink. HEX triplet: F2, 62 and AA. RGB value is (242,98,170). Sum of RGB (Red+Green+Blue) = 242+98+170=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F262AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F262AA is #0D9D55. Grayscale: #959595. Windows color (decimal): -892246 or 11166450. OLE color: 11166450.
HSL color Cylindrical-coordinate representation of color #F262AA: hue angle of 330º 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 #F262AA is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 170 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.05 |
| HSL | 330º | 0.85% | 0.67% | - |
| HSV(B) | 330º | 0.6% | 0.95% | - |
| XYZ | 48.24 | 30.51 | 41.38 | - |
| YUV | 149.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 170 | 0 | 0.60 | 0.30 | 0.05 | 330 | 0.85 | 0.67 |
| Hex | F2 | 62 | AA | 0 | 3C | 1E | 5 | 14A | 55 | 43 |
| Octal | 362 | 142 | 252 | 0 | 74 | 36 | 5 | 512 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10101010 | 0 | 111100 | 11110 | 101 | 101001010 | 1010101 | 1000011 |
Color Harmonies of #F262AA
Complementary color
Monochromatic Colors of #F262AA
Black with #F262AA
Text Example
Text Example
White with #F262AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262AA; }
p { color: rgb(242,98,170); }
H1.HeaderClassName
{
color: #F262AA;
}
.AnyTagClassName
{
color: #F262AA;
}
</style>
background-color css
<style>
a { background-color: #F262AA; }
a { background-color: rgb(242,98,170); }
div.DivClassName
{
background-color: #F262AA;
}
.BgClassName
{
background-color: #F262AA;
}
</style>
border-color css
<style>
span { border-color: #F262AA; }
span { border-color: rgb(242,98,170); }
td.TdClassName
{
border-color: #F262AA;
}
.TagClassName
{
border-color: #F262AA;
}
</style>