Shades of Hot Pink #F260B7
Tints of Hot Pink #F260B7
RGB
CMYK
RGB Variations
Color information
#F260B7 (or 0xF260B7) is known color: Hot Pink. HEX triplet: F2, 60 and B7. RGB value is (242,96,183). Sum of RGB (Red+Green+Blue) = 242+96+183=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F260B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260B7 is #0D9F48. Grayscale: #959595. Windows color (decimal): -892745 or 12017906. OLE color: 12017906.
HSL color Cylindrical-coordinate representation of color #F260B7: hue angle of 324.25º 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 #F260B7 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 183 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.05 |
| HSL | 324.25º | 0.85% | 0.66% | - |
| HSV(B) | 324.25º | 0.6% | 0.95% | - |
| XYZ | 49.35 | 30.66 | 48.12 | - |
| YUV | 149.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 183 | 0 | 0.60 | 0.24 | 0.05 | 324.25 | 0.85 | 0.66 |
| Hex | F2 | 60 | B7 | 0 | 3C | 18 | 5 | 144 | 55 | 42 |
| Octal | 362 | 140 | 267 | 0 | 74 | 30 | 5 | 504 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10110111 | 0 | 111100 | 11000 | 101 | 101000100 | 1010101 | 1000010 |
Color Harmonies of #F260B7
Complementary color
Monochromatic Colors of #F260B7
Black with #F260B7
Text Example
Text Example
White with #F260B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260B7; }
p { color: rgb(242,96,183); }
H1.HeaderClassName
{
color: #F260B7;
}
.AnyTagClassName
{
color: #F260B7;
}
</style>
background-color css
<style>
a { background-color: #F260B7; }
a { background-color: rgb(242,96,183); }
div.DivClassName
{
background-color: #F260B7;
}
.BgClassName
{
background-color: #F260B7;
}
</style>
border-color css
<style>
span { border-color: #F260B7; }
span { border-color: rgb(242,96,183); }
td.TdClassName
{
border-color: #F260B7;
}
.TagClassName
{
border-color: #F260B7;
}
</style>