Shades of Hot Pink #FA61AD
Tints of Hot Pink #FA61AD
RGB
CMYK
RGB Variations
Color information
#FA61AD (or 0xFA61AD) is known color: Hot Pink. HEX triplet: FA, 61 and AD. RGB value is (250,97,173). Sum of RGB (Red+Green+Blue) = 250+97+173=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61AD is #059E52. Grayscale: #979797. Windows color (decimal): -368211 or 11362810. OLE color: 11362810.
HSL color Cylindrical-coordinate representation of color #FA61AD: hue angle of 330.2º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61AD is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 173 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.02 |
| HSL | 330.2º | 0.94% | 0.68% | - |
| HSV(B) | 330.2º | 0.61% | 0.98% | - |
| XYZ | 51.24 | 31.89 | 42.99 | - |
| YUV | 151.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 173 | 0 | 0.61 | 0.31 | 0.02 | 330.2 | 0.94 | 0.68 |
| Hex | FA | 61 | AD | 0 | 3D | 1F | 2 | 14A | 5E | 44 |
| Octal | 372 | 141 | 255 | 0 | 75 | 37 | 2 | 512 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10101101 | 0 | 111101 | 11111 | 10 | 101001010 | 1011110 | 1000100 |
Color Harmonies of #FA61AD
Complementary color
Monochromatic Colors of #FA61AD
Black with #FA61AD
Text Example
Text Example
White with #FA61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61AD; }
p { color: rgb(250,97,173); }
H1.HeaderClassName
{
color: #FA61AD;
}
.AnyTagClassName
{
color: #FA61AD;
}
</style>
background-color css
<style>
a { background-color: #FA61AD; }
a { background-color: rgb(250,97,173); }
div.DivClassName
{
background-color: #FA61AD;
}
.BgClassName
{
background-color: #FA61AD;
}
</style>
border-color css
<style>
span { border-color: #FA61AD; }
span { border-color: rgb(250,97,173); }
td.TdClassName
{
border-color: #FA61AD;
}
.TagClassName
{
border-color: #FA61AD;
}
</style>