Shades of Deep Pink #FA1798
Tints of Deep Pink #FA1798
RGB
CMYK
RGB Variations
Color information
#FA1798 (or 0xFA1798) is known color: Deep Pink. HEX triplet: FA, 17 and 98. RGB value is (250,23,152). Sum of RGB (Red+Green+Blue) = 250+23+152=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1798 is #05E867. Grayscale: #696969. Windows color (decimal): -387176 or 9967610. OLE color: 9967610.
HSL color Cylindrical-coordinate representation of color #FA1798: hue angle of 325.9º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1798 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 152 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.02 |
| HSL | 325.9º | 0.96% | 0.54% | - |
| HSV(B) | 325.9º | 0.91% | 0.98% | - |
| XYZ | 45.4 | 23.2 | 31.79 | - |
| YUV | 105.58 | 154.21 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 152 | 0 | 0.91 | 0.39 | 0.02 | 325.9 | 0.96 | 0.54 |
| Hex | FA | 17 | 98 | 0 | 5B | 27 | 2 | 146 | 60 | 36 |
| Octal | 372 | 27 | 230 | 0 | 133 | 47 | 2 | 506 | 140 | 66 |
| Binary | 11111010 | 10111 | 10011000 | 0 | 1011011 | 100111 | 10 | 101000110 | 1100000 | 110110 |
Color Harmonies of #FA1798
Complementary color
Monochromatic Colors of #FA1798
Black with #FA1798
Text Example
Text Example
White with #FA1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1798; }
p { color: rgb(250,23,152); }
H1.HeaderClassName
{
color: #FA1798;
}
.AnyTagClassName
{
color: #FA1798;
}
</style>
background-color css
<style>
a { background-color: #FA1798; }
a { background-color: rgb(250,23,152); }
div.DivClassName
{
background-color: #FA1798;
}
.BgClassName
{
background-color: #FA1798;
}
</style>
border-color css
<style>
span { border-color: #FA1798; }
span { border-color: rgb(250,23,152); }
td.TdClassName
{
border-color: #FA1798;
}
.TagClassName
{
border-color: #FA1798;
}
</style>