Shades of Hot Pink #F262BB
Tints of Hot Pink #F262BB
RGB
CMYK
RGB Variations
Color information
#F262BB (or 0xF262BB) is known color: Hot Pink. HEX triplet: F2, 62 and BB. RGB value is (242,98,187). Sum of RGB (Red+Green+Blue) = 242+98+187=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F262BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F262BB is #0D9D44. Grayscale: #969696. Windows color (decimal): -892229 or 12280562. OLE color: 12280562.
HSL color Cylindrical-coordinate representation of color #F262BB: hue angle of 322.92º 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 #F262BB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 187 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.92º | 0.85% | 0.67% | - |
| HSV(B) | 322.92º | 0.6% | 0.95% | - |
| XYZ | 49.96 | 31.2 | 50.4 | - |
| YUV | 151.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 187 | 0 | 0.60 | 0.23 | 0.05 | 322.92 | 0.85 | 0.67 |
| Hex | F2 | 62 | BB | 0 | 3C | 17 | 5 | 143 | 55 | 43 |
| Octal | 362 | 142 | 273 | 0 | 74 | 27 | 5 | 503 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10111011 | 0 | 111100 | 10111 | 101 | 101000011 | 1010101 | 1000011 |
Color Harmonies of #F262BB
Complementary color
Monochromatic Colors of #F262BB
Black with #F262BB
Text Example
Text Example
White with #F262BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262BB; }
p { color: rgb(242,98,187); }
H1.HeaderClassName
{
color: #F262BB;
}
.AnyTagClassName
{
color: #F262BB;
}
</style>
background-color css
<style>
a { background-color: #F262BB; }
a { background-color: rgb(242,98,187); }
div.DivClassName
{
background-color: #F262BB;
}
.BgClassName
{
background-color: #F262BB;
}
</style>
border-color css
<style>
span { border-color: #F262BB; }
span { border-color: rgb(242,98,187); }
td.TdClassName
{
border-color: #F262BB;
}
.TagClassName
{
border-color: #F262BB;
}
</style>