Shades of Hot Pink #FA76B2
Tints of Hot Pink #FA76B2
RGB
CMYK
RGB Variations
Color information
#FA76B2 (or 0xFA76B2) is known color: Hot Pink. HEX triplet: FA, 76 and B2. RGB value is (250,118,178). Sum of RGB (Red+Green+Blue) = 250+118+178=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA76B2 is #05894D. Grayscale: #A4A4A4. Windows color (decimal): -362830 or 11695866. OLE color: 11695866.
HSL color Cylindrical-coordinate representation of color #FA76B2: hue angle of 332.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76B2 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 178 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.02 |
| HSL | 332.73º | 0.93% | 0.72% | - |
| HSV(B) | 332.73º | 0.53% | 0.98% | - |
| XYZ | 53.94 | 36.5 | 46.32 | - |
| YUV | 164.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 178 | 0 | 0.53 | 0.29 | 0.02 | 332.73 | 0.93 | 0.72 |
| Hex | FA | 76 | B2 | 0 | 35 | 1D | 2 | 14D | 5D | 48 |
| Octal | 372 | 166 | 262 | 0 | 65 | 35 | 2 | 515 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10110010 | 0 | 110101 | 11101 | 10 | 101001101 | 1011101 | 1001000 |
Color Harmonies of #FA76B2
Complementary color
Monochromatic Colors of #FA76B2
Black with #FA76B2
Text Example
Text Example
White with #FA76B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76B2; }
p { color: rgb(250,118,178); }
H1.HeaderClassName
{
color: #FA76B2;
}
.AnyTagClassName
{
color: #FA76B2;
}
</style>
background-color css
<style>
a { background-color: #FA76B2; }
a { background-color: rgb(250,118,178); }
div.DivClassName
{
background-color: #FA76B2;
}
.BgClassName
{
background-color: #FA76B2;
}
</style>
border-color css
<style>
span { border-color: #FA76B2; }
span { border-color: rgb(250,118,178); }
td.TdClassName
{
border-color: #FA76B2;
}
.TagClassName
{
border-color: #FA76B2;
}
</style>