Shades of Deep Pink #FA1F98
Tints of Deep Pink #FA1F98
RGB
CMYK
RGB Variations
Color information
#FA1F98 (or 0xFA1F98) is known color: Deep Pink. HEX triplet: FA, 1F and 98. RGB value is (250,31,152). Sum of RGB (Red+Green+Blue) = 250+31+152=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1F98 is #05E067. Grayscale: #6E6E6E. Windows color (decimal): -385128 or 9969658. OLE color: 9969658.
HSL color Cylindrical-coordinate representation of color #FA1F98: hue angle of 326.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1F98 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 152 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.02 |
| HSL | 326.85º | 0.96% | 0.55% | - |
| HSV(B) | 326.85º | 0.88% | 0.98% | - |
| XYZ | 45.58 | 23.57 | 31.85 | - |
| YUV | 110.28 | 151.55 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 152 | 0 | 0.88 | 0.39 | 0.02 | 326.85 | 0.96 | 0.55 |
| Hex | FA | 1F | 98 | 0 | 58 | 27 | 2 | 147 | 60 | 37 |
| Octal | 372 | 37 | 230 | 0 | 130 | 47 | 2 | 507 | 140 | 67 |
| Binary | 11111010 | 11111 | 10011000 | 0 | 1011000 | 100111 | 10 | 101000111 | 1100000 | 110111 |
Color Harmonies of #FA1F98
Complementary color
Monochromatic Colors of #FA1F98
Black with #FA1F98
Text Example
Text Example
White with #FA1F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F98; }
p { color: rgb(250,31,152); }
H1.HeaderClassName
{
color: #FA1F98;
}
.AnyTagClassName
{
color: #FA1F98;
}
</style>
background-color css
<style>
a { background-color: #FA1F98; }
a { background-color: rgb(250,31,152); }
div.DivClassName
{
background-color: #FA1F98;
}
.BgClassName
{
background-color: #FA1F98;
}
</style>
border-color css
<style>
span { border-color: #FA1F98; }
span { border-color: rgb(250,31,152); }
td.TdClassName
{
border-color: #FA1F98;
}
.TagClassName
{
border-color: #FA1F98;
}
</style>