Shades of Deep Pink #FA1F87
Tints of Deep Pink #FA1F87
RGB
CMYK
RGB Variations
Color information
#FA1F87 (or 0xFA1F87) is known color: Deep Pink. HEX triplet: FA, 1F and 87. RGB value is (250,31,135). Sum of RGB (Red+Green+Blue) = 250+31+135=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1F87 is #05E078. Grayscale: #6C6C6C. Windows color (decimal): -385145 or 8855546. OLE color: 8855546.
HSL color Cylindrical-coordinate representation of color #FA1F87: hue angle of 331.51º 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 #FA1F87 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 135 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.02 |
| HSL | 331.51º | 0.96% | 0.55% | - |
| HSV(B) | 331.51º | 0.88% | 0.98% | - |
| XYZ | 44.29 | 23.05 | 25.04 | - |
| YUV | 108.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 135 | 0 | 0.88 | 0.46 | 0.02 | 331.51 | 0.96 | 0.55 |
| Hex | FA | 1F | 87 | 0 | 58 | 2E | 2 | 14C | 60 | 37 |
| Octal | 372 | 37 | 207 | 0 | 130 | 56 | 2 | 514 | 140 | 67 |
| Binary | 11111010 | 11111 | 10000111 | 0 | 1011000 | 101110 | 10 | 101001100 | 1100000 | 110111 |
Color Harmonies of #FA1F87
Complementary color
Monochromatic Colors of #FA1F87
Black with #FA1F87
Text Example
Text Example
White with #FA1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1F87; }
p { color: rgb(250,31,135); }
H1.HeaderClassName
{
color: #FA1F87;
}
.AnyTagClassName
{
color: #FA1F87;
}
</style>
background-color css
<style>
a { background-color: #FA1F87; }
a { background-color: rgb(250,31,135); }
div.DivClassName
{
background-color: #FA1F87;
}
.BgClassName
{
background-color: #FA1F87;
}
</style>
border-color css
<style>
span { border-color: #FA1F87; }
span { border-color: rgb(250,31,135); }
td.TdClassName
{
border-color: #FA1F87;
}
.TagClassName
{
border-color: #FA1F87;
}
</style>