Shades of Deep Pink #FA1998
Tints of Deep Pink #FA1998
RGB
CMYK
RGB Variations
Color information
#FA1998 (or 0xFA1998) is known color: Deep Pink. HEX triplet: FA, 19 and 98. RGB value is (250,25,152). Sum of RGB (Red+Green+Blue) = 250+25+152=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1998 is #05E667. Grayscale: #6A6A6A. Windows color (decimal): -386664 or 9968122. OLE color: 9968122.
HSL color Cylindrical-coordinate representation of color #FA1998: hue angle of 326.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1998 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 152 | - |
| CMYK | 0 | 0.9 | 0.39 | 0.02 |
| HSL | 326.13º | 0.96% | 0.54% | - |
| HSV(B) | 326.13º | 0.9% | 0.98% | - |
| XYZ | 45.44 | 23.29 | 31.81 | - |
| YUV | 106.75 | 153.54 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 152 | 0 | 0.9 | 0.39 | 0.02 | 326.13 | 0.96 | 0.54 |
| Hex | FA | 19 | 98 | 0 | 5A | 27 | 2 | 146 | 60 | 36 |
| Octal | 372 | 31 | 230 | 0 | 132 | 47 | 2 | 506 | 140 | 66 |
| Binary | 11111010 | 11001 | 10011000 | 0 | 1011010 | 100111 | 10 | 101000110 | 1100000 | 110110 |
Color Harmonies of #FA1998
Complementary color
Monochromatic Colors of #FA1998
Black with #FA1998
Text Example
Text Example
White with #FA1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1998; }
p { color: rgb(250,25,152); }
H1.HeaderClassName
{
color: #FA1998;
}
.AnyTagClassName
{
color: #FA1998;
}
</style>
background-color css
<style>
a { background-color: #FA1998; }
a { background-color: rgb(250,25,152); }
div.DivClassName
{
background-color: #FA1998;
}
.BgClassName
{
background-color: #FA1998;
}
</style>
border-color css
<style>
span { border-color: #FA1998; }
span { border-color: rgb(250,25,152); }
td.TdClassName
{
border-color: #FA1998;
}
.TagClassName
{
border-color: #FA1998;
}
</style>