Shades of Deep Pink #FA1398
Tints of Deep Pink #FA1398
RGB
CMYK
RGB Variations
Color information
#FA1398 (or 0xFA1398) is known color: Deep Pink. HEX triplet: FA, 13 and 98. RGB value is (250,19,152). Sum of RGB (Red+Green+Blue) = 250+19+152=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1398 is #05EC67. Grayscale: #666666. Windows color (decimal): -388200 or 9966586. OLE color: 9966586.
HSL color Cylindrical-coordinate representation of color #FA1398: hue angle of 325.45º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1398 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 152 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.45º | 0.96% | 0.53% | - |
| HSV(B) | 325.45º | 0.92% | 0.98% | - |
| XYZ | 45.32 | 23.06 | 31.77 | - |
| YUV | 103.23 | 155.53 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 152 | 0 | 0.92 | 0.39 | 0.02 | 325.45 | 0.96 | 0.53 |
| Hex | FA | 13 | 98 | 0 | 5C | 27 | 2 | 145 | 60 | 35 |
| Octal | 372 | 23 | 230 | 0 | 134 | 47 | 2 | 505 | 140 | 65 |
| Binary | 11111010 | 10011 | 10011000 | 0 | 1011100 | 100111 | 10 | 101000101 | 1100000 | 110101 |
Color Harmonies of #FA1398
Complementary color
Monochromatic Colors of #FA1398
Black with #FA1398
Text Example
Text Example
White with #FA1398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1398; }
p { color: rgb(250,19,152); }
H1.HeaderClassName
{
color: #FA1398;
}
.AnyTagClassName
{
color: #FA1398;
}
</style>
background-color css
<style>
a { background-color: #FA1398; }
a { background-color: rgb(250,19,152); }
div.DivClassName
{
background-color: #FA1398;
}
.BgClassName
{
background-color: #FA1398;
}
</style>
border-color css
<style>
span { border-color: #FA1398; }
span { border-color: rgb(250,19,152); }
td.TdClassName
{
border-color: #FA1398;
}
.TagClassName
{
border-color: #FA1398;
}
</style>