Shades of Hot Pink #F261BC
Tints of Hot Pink #F261BC
RGB
CMYK
RGB Variations
Color information
#F261BC (or 0xF261BC) is known color: Hot Pink. HEX triplet: F2, 61 and BC. RGB value is (242,97,188). Sum of RGB (Red+Green+Blue) = 242+97+188=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F261BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261BC is #0D9E43. Grayscale: #969696. Windows color (decimal): -892484 or 12345842. OLE color: 12345842.
HSL color Cylindrical-coordinate representation of color #F261BC: hue angle of 322.34º 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 #F261BC is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 188 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.05 |
| HSL | 322.34º | 0.85% | 0.66% | - |
| HSV(B) | 322.34º | 0.6% | 0.95% | - |
| XYZ | 49.97 | 31.06 | 50.94 | - |
| YUV | 150.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 188 | 0 | 0.60 | 0.22 | 0.05 | 322.34 | 0.85 | 0.66 |
| Hex | F2 | 61 | BC | 0 | 3C | 16 | 5 | 142 | 55 | 42 |
| Octal | 362 | 141 | 274 | 0 | 74 | 26 | 5 | 502 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10111100 | 0 | 111100 | 10110 | 101 | 101000010 | 1010101 | 1000010 |
Color Harmonies of #F261BC
Complementary color
Monochromatic Colors of #F261BC
Black with #F261BC
Text Example
Text Example
White with #F261BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261BC; }
p { color: rgb(242,97,188); }
H1.HeaderClassName
{
color: #F261BC;
}
.AnyTagClassName
{
color: #F261BC;
}
</style>
background-color css
<style>
a { background-color: #F261BC; }
a { background-color: rgb(242,97,188); }
div.DivClassName
{
background-color: #F261BC;
}
.BgClassName
{
background-color: #F261BC;
}
</style>
border-color css
<style>
span { border-color: #F261BC; }
span { border-color: rgb(242,97,188); }
td.TdClassName
{
border-color: #F261BC;
}
.TagClassName
{
border-color: #F261BC;
}
</style>