Shades of Hot Pink #F262A8
Tints of Hot Pink #F262A8
RGB
CMYK
RGB Variations
Color information
#F262A8 (or 0xF262A8) is known color: Hot Pink. HEX triplet: F2, 62 and A8. RGB value is (242,98,168). Sum of RGB (Red+Green+Blue) = 242+98+168=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F262A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F262A8 is #0D9D57. Grayscale: #949494. Windows color (decimal): -892248 or 11035378. OLE color: 11035378.
HSL color Cylindrical-coordinate representation of color #F262A8: hue angle of 330.83º 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 #F262A8 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 168 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.05 |
| HSL | 330.83º | 0.85% | 0.67% | - |
| HSV(B) | 330.83º | 0.6% | 0.95% | - |
| XYZ | 48.05 | 30.44 | 40.39 | - |
| YUV | 149.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 168 | 0 | 0.60 | 0.31 | 0.05 | 330.83 | 0.85 | 0.67 |
| Hex | F2 | 62 | A8 | 0 | 3C | 1F | 5 | 14B | 55 | 43 |
| Octal | 362 | 142 | 250 | 0 | 74 | 37 | 5 | 513 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10101000 | 0 | 111100 | 11111 | 101 | 101001011 | 1010101 | 1000011 |
Color Harmonies of #F262A8
Complementary color
Monochromatic Colors of #F262A8
Black with #F262A8
Text Example
Text Example
White with #F262A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262A8; }
p { color: rgb(242,98,168); }
H1.HeaderClassName
{
color: #F262A8;
}
.AnyTagClassName
{
color: #F262A8;
}
</style>
background-color css
<style>
a { background-color: #F262A8; }
a { background-color: rgb(242,98,168); }
div.DivClassName
{
background-color: #F262A8;
}
.BgClassName
{
background-color: #F262A8;
}
</style>
border-color css
<style>
span { border-color: #F262A8; }
span { border-color: rgb(242,98,168); }
td.TdClassName
{
border-color: #F262A8;
}
.TagClassName
{
border-color: #F262A8;
}
</style>