Shades of Hot Pink #F261BB
Tints of Hot Pink #F261BB
RGB
CMYK
RGB Variations
Color information
#F261BB (or 0xF261BB) is known color: Hot Pink. HEX triplet: F2, 61 and BB. RGB value is (242,97,187). Sum of RGB (Red+Green+Blue) = 242+97+187=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F261BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261BB is #0D9E44. Grayscale: #969696. Windows color (decimal): -892485 or 12280306. OLE color: 12280306.
HSL color Cylindrical-coordinate representation of color #F261BB: hue angle of 322.76º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261BB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 187 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.76º | 0.85% | 0.66% | - |
| HSV(B) | 322.76º | 0.6% | 0.95% | - |
| XYZ | 49.86 | 31.01 | 50.37 | - |
| YUV | 150.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 187 | 0 | 0.60 | 0.23 | 0.05 | 322.76 | 0.85 | 0.66 |
| Hex | F2 | 61 | BB | 0 | 3C | 17 | 5 | 143 | 55 | 42 |
| Octal | 362 | 141 | 273 | 0 | 74 | 27 | 5 | 503 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10111011 | 0 | 111100 | 10111 | 101 | 101000011 | 1010101 | 1000010 |
Color Harmonies of #F261BB
Complementary color
Monochromatic Colors of #F261BB
Black with #F261BB
Text Example
Text Example
White with #F261BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261BB; }
p { color: rgb(242,97,187); }
H1.HeaderClassName
{
color: #F261BB;
}
.AnyTagClassName
{
color: #F261BB;
}
</style>
background-color css
<style>
a { background-color: #F261BB; }
a { background-color: rgb(242,97,187); }
div.DivClassName
{
background-color: #F261BB;
}
.BgClassName
{
background-color: #F261BB;
}
</style>
border-color css
<style>
span { border-color: #F261BB; }
span { border-color: rgb(242,97,187); }
td.TdClassName
{
border-color: #F261BB;
}
.TagClassName
{
border-color: #F261BB;
}
</style>