Shades of Hot Pink #F261AD
Tints of Hot Pink #F261AD
RGB
CMYK
RGB Variations
Color information
#F261AD (or 0xF261AD) is known color: Hot Pink. HEX triplet: F2, 61 and AD. RGB value is (242,97,173). Sum of RGB (Red+Green+Blue) = 242+97+173=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F261AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F261AD is #0D9E52. Grayscale: #949494. Windows color (decimal): -892499 or 11362802. OLE color: 11362802.
HSL color Cylindrical-coordinate representation of color #F261AD: hue angle of 328.55º 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 #F261AD is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 173 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.05 |
| HSL | 328.55º | 0.85% | 0.66% | - |
| HSV(B) | 328.55º | 0.6% | 0.95% | - |
| XYZ | 48.44 | 30.44 | 42.86 | - |
| YUV | 149.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 173 | 0 | 0.60 | 0.29 | 0.05 | 328.55 | 0.85 | 0.66 |
| Hex | F2 | 61 | AD | 0 | 3C | 1D | 5 | 149 | 55 | 42 |
| Octal | 362 | 141 | 255 | 0 | 74 | 35 | 5 | 511 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10101101 | 0 | 111100 | 11101 | 101 | 101001001 | 1010101 | 1000010 |
Color Harmonies of #F261AD
Complementary color
Monochromatic Colors of #F261AD
Black with #F261AD
Text Example
Text Example
White with #F261AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261AD; }
p { color: rgb(242,97,173); }
H1.HeaderClassName
{
color: #F261AD;
}
.AnyTagClassName
{
color: #F261AD;
}
</style>
background-color css
<style>
a { background-color: #F261AD; }
a { background-color: rgb(242,97,173); }
div.DivClassName
{
background-color: #F261AD;
}
.BgClassName
{
background-color: #F261AD;
}
</style>
border-color css
<style>
span { border-color: #F261AD; }
span { border-color: rgb(242,97,173); }
td.TdClassName
{
border-color: #F261AD;
}
.TagClassName
{
border-color: #F261AD;
}
</style>