Shades of Hot Pink #F260BB
Tints of Hot Pink #F260BB
RGB
CMYK
RGB Variations
Color information
#F260BB (or 0xF260BB) is known color: Hot Pink. HEX triplet: F2, 60 and BB. RGB value is (242,96,187). Sum of RGB (Red+Green+Blue) = 242+96+187=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BB is #0D9F44. Grayscale: #959595. Windows color (decimal): -892741 or 12280050. OLE color: 12280050.
HSL color Cylindrical-coordinate representation of color #F260BB: hue angle of 322.6º 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 #F260BB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 187 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.05 |
| HSL | 322.6º | 0.85% | 0.66% | - |
| HSV(B) | 322.6º | 0.6% | 0.95% | - |
| XYZ | 49.77 | 30.83 | 50.34 | - |
| YUV | 150.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 187 | 0 | 0.60 | 0.23 | 0.05 | 322.6 | 0.85 | 0.66 |
| Hex | F2 | 60 | BB | 0 | 3C | 17 | 5 | 143 | 55 | 42 |
| Octal | 362 | 140 | 273 | 0 | 74 | 27 | 5 | 503 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10111011 | 0 | 111100 | 10111 | 101 | 101000011 | 1010101 | 1000010 |
Color Harmonies of #F260BB
Complementary color
Monochromatic Colors of #F260BB
Black with #F260BB
Text Example
Text Example
White with #F260BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260BB; }
p { color: rgb(242,96,187); }
H1.HeaderClassName
{
color: #F260BB;
}
.AnyTagClassName
{
color: #F260BB;
}
</style>
background-color css
<style>
a { background-color: #F260BB; }
a { background-color: rgb(242,96,187); }
div.DivClassName
{
background-color: #F260BB;
}
.BgClassName
{
background-color: #F260BB;
}
</style>
border-color css
<style>
span { border-color: #F260BB; }
span { border-color: rgb(242,96,187); }
td.TdClassName
{
border-color: #F260BB;
}
.TagClassName
{
border-color: #F260BB;
}
</style>