Shades of Hot Pink #F276AD
Tints of Hot Pink #F276AD
RGB
CMYK
RGB Variations
Color information
#F276AD (or 0xF276AD) is known color: Hot Pink. HEX triplet: F2, 76 and AD. RGB value is (242,118,173). Sum of RGB (Red+Green+Blue) = 242+118+173=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F276AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276AD is #0D8952. Grayscale: #A1A1A1. Windows color (decimal): -887123 or 11368178. OLE color: 11368178.
HSL color Cylindrical-coordinate representation of color #F276AD: hue angle of 333.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276AD is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 173 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.05 |
| HSL | 333.39º | 0.83% | 0.71% | - |
| HSV(B) | 333.39º | 0.51% | 0.95% | - |
| XYZ | 50.64 | 34.85 | 43.59 | - |
| YUV | 161.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 173 | 0 | 0.51 | 0.29 | 0.05 | 333.39 | 0.83 | 0.71 |
| Hex | F2 | 76 | AD | 0 | 33 | 1D | 5 | 14D | 53 | 47 |
| Octal | 362 | 166 | 255 | 0 | 63 | 35 | 5 | 515 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10101101 | 0 | 110011 | 11101 | 101 | 101001101 | 1010011 | 1000111 |
Color Harmonies of #F276AD
Complementary color
Monochromatic Colors of #F276AD
Black with #F276AD
Text Example
Text Example
White with #F276AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276AD; }
p { color: rgb(242,118,173); }
H1.HeaderClassName
{
color: #F276AD;
}
.AnyTagClassName
{
color: #F276AD;
}
</style>
background-color css
<style>
a { background-color: #F276AD; }
a { background-color: rgb(242,118,173); }
div.DivClassName
{
background-color: #F276AD;
}
.BgClassName
{
background-color: #F276AD;
}
</style>
border-color css
<style>
span { border-color: #F276AD; }
span { border-color: rgb(242,118,173); }
td.TdClassName
{
border-color: #F276AD;
}
.TagClassName
{
border-color: #F276AD;
}
</style>