Shades of Hot Pink #F260AD
Tints of Hot Pink #F260AD
RGB
CMYK
RGB Variations
Color information
#F260AD (or 0xF260AD) is known color: Hot Pink. HEX triplet: F2, 60 and AD. RGB value is (242,96,173). Sum of RGB (Red+Green+Blue) = 242+96+173=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F260AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F260AD is #0D9F52. Grayscale: #949494. Windows color (decimal): -892755 or 11362546. OLE color: 11362546.
HSL color Cylindrical-coordinate representation of color #F260AD: hue angle of 328.36º 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 #F260AD is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 173 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 328.36º | 0.85% | 0.66% | - |
| HSV(B) | 328.36º | 0.6% | 0.95% | - |
| XYZ | 48.34 | 30.26 | 42.83 | - |
| YUV | 148.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 173 | 0 | 0.60 | 0.29 | 0.05 | 328.36 | 0.85 | 0.66 |
| Hex | F2 | 60 | AD | 0 | 3C | 1D | 5 | 148 | 55 | 42 |
| Octal | 362 | 140 | 255 | 0 | 74 | 35 | 5 | 510 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10101101 | 0 | 111100 | 11101 | 101 | 101001000 | 1010101 | 1000010 |
Color Harmonies of #F260AD
Complementary color
Monochromatic Colors of #F260AD
Black with #F260AD
Text Example
Text Example
White with #F260AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260AD; }
p { color: rgb(242,96,173); }
H1.HeaderClassName
{
color: #F260AD;
}
.AnyTagClassName
{
color: #F260AD;
}
</style>
background-color css
<style>
a { background-color: #F260AD; }
a { background-color: rgb(242,96,173); }
div.DivClassName
{
background-color: #F260AD;
}
.BgClassName
{
background-color: #F260AD;
}
</style>
border-color css
<style>
span { border-color: #F260AD; }
span { border-color: rgb(242,96,173); }
td.TdClassName
{
border-color: #F260AD;
}
.TagClassName
{
border-color: #F260AD;
}
</style>