Shades of Deep Pink #FA1885
Tints of Deep Pink #FA1885
RGB
CMYK
RGB Variations
Color information
#FA1885 (or 0xFA1885) is known color: Deep Pink. HEX triplet: FA, 18 and 85. RGB value is (250,24,133). Sum of RGB (Red+Green+Blue) = 250+24+133=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1885 is #05E77A. Grayscale: #676767. Windows color (decimal): -386939 or 8722682. OLE color: 8722682.
HSL color Cylindrical-coordinate representation of color #FA1885: hue angle of 331.06º 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 #FA1885 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 133 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.02 |
| HSL | 331.06º | 0.96% | 0.54% | - |
| HSV(B) | 331.06º | 0.9% | 0.98% | - |
| XYZ | 43.98 | 22.67 | 24.25 | - |
| YUV | 104 | 144.37 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 133 | 0 | 0.90 | 0.47 | 0.02 | 331.06 | 0.96 | 0.54 |
| Hex | FA | 18 | 85 | 0 | 5A | 2F | 2 | 14B | 60 | 36 |
| Octal | 372 | 30 | 205 | 0 | 132 | 57 | 2 | 513 | 140 | 66 |
| Binary | 11111010 | 11000 | 10000101 | 0 | 1011010 | 101111 | 10 | 101001011 | 1100000 | 110110 |
Color Harmonies of #FA1885
Complementary color
Monochromatic Colors of #FA1885
Black with #FA1885
Text Example
Text Example
White with #FA1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1885; }
p { color: rgb(250,24,133); }
H1.HeaderClassName
{
color: #FA1885;
}
.AnyTagClassName
{
color: #FA1885;
}
</style>
background-color css
<style>
a { background-color: #FA1885; }
a { background-color: rgb(250,24,133); }
div.DivClassName
{
background-color: #FA1885;
}
.BgClassName
{
background-color: #FA1885;
}
</style>
border-color css
<style>
span { border-color: #FA1885; }
span { border-color: rgb(250,24,133); }
td.TdClassName
{
border-color: #FA1885;
}
.TagClassName
{
border-color: #FA1885;
}
</style>