Shades of Deep Pink #FA0185
Tints of Deep Pink #FA0185
RGB
CMYK
RGB Variations
Color information
#FA0185 (or 0xFA0185) is known color: Deep Pink. HEX triplet: FA, 01 and 85. RGB value is (250,1,133). Sum of RGB (Red+Green+Blue) = 250+1+133=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0185 is #05FE7A. Grayscale: #5A5A5A. Windows color (decimal): -392827 or 8716794. OLE color: 8716794.
HSL color Cylindrical-coordinate representation of color #FA0185: hue angle of 328.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0185 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.02 |
| HSL | 328.19º | 0.99% | 0.49% | - |
| HSV(B) | 328.19º | 1% | 0.98% | - |
| XYZ | 43.67 | 22.04 | 24.14 | - |
| YUV | 90.5 | 151.99 | 241.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 133 | 0 | 1.00 | 0.47 | 0.02 | 328.19 | 0.99 | 0.49 |
| Hex | FA | 1 | 85 | 0 | 64 | 2F | 2 | 148 | 63 | 31 |
| Octal | 372 | 1 | 205 | 0 | 144 | 57 | 2 | 510 | 143 | 61 |
| Binary | 11111010 | 1 | 10000101 | 0 | 1100100 | 101111 | 10 | 101001000 | 1100011 | 110001 |
Color Harmonies of #FA0185
Complementary color
Monochromatic Colors of #FA0185
Black with #FA0185
Text Example
Text Example
White with #FA0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0185; }
p { color: rgb(250,1,133); }
H1.HeaderClassName
{
color: #FA0185;
}
.AnyTagClassName
{
color: #FA0185;
}
</style>
background-color css
<style>
a { background-color: #FA0185; }
a { background-color: rgb(250,1,133); }
div.DivClassName
{
background-color: #FA0185;
}
.BgClassName
{
background-color: #FA0185;
}
</style>
border-color css
<style>
span { border-color: #FA0185; }
span { border-color: rgb(250,1,133); }
td.TdClassName
{
border-color: #FA0185;
}
.TagClassName
{
border-color: #FA0185;
}
</style>