Shades of Deep Pink #FA0390
Tints of Deep Pink #FA0390
RGB
CMYK
RGB Variations
Color information
#FA0390 (or 0xFA0390) is known color: Deep Pink. HEX triplet: FA, 03 and 90. RGB value is (250,3,144). Sum of RGB (Red+Green+Blue) = 250+3+144=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0390 is #05FC6F. Grayscale: #5C5C5C. Windows color (decimal): -392304 or 9438202. OLE color: 9438202.
HSL color Cylindrical-coordinate representation of color #FA0390: hue angle of 325.75º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA0390 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.02 |
| HSL | 325.75º | 0.98% | 0.5% | - |
| HSV(B) | 325.75º | 0.99% | 0.98% | - |
| XYZ | 44.49 | 22.4 | 28.36 | - |
| YUV | 92.93 | 156.83 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 144 | 0 | 0.99 | 0.42 | 0.02 | 325.75 | 0.98 | 0.5 |
| Hex | FA | 3 | 90 | 0 | 63 | 2A | 2 | 146 | 62 | 32 |
| Octal | 372 | 3 | 220 | 0 | 143 | 52 | 2 | 506 | 142 | 62 |
| Binary | 11111010 | 11 | 10010000 | 0 | 1100011 | 101010 | 10 | 101000110 | 1100010 | 110010 |
Color Harmonies of #FA0390
Complementary color
Monochromatic Colors of #FA0390
Black with #FA0390
Text Example
Text Example
White with #FA0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0390; }
p { color: rgb(250,3,144); }
H1.HeaderClassName
{
color: #FA0390;
}
.AnyTagClassName
{
color: #FA0390;
}
</style>
background-color css
<style>
a { background-color: #FA0390; }
a { background-color: rgb(250,3,144); }
div.DivClassName
{
background-color: #FA0390;
}
.BgClassName
{
background-color: #FA0390;
}
</style>
border-color css
<style>
span { border-color: #FA0390; }
span { border-color: rgb(250,3,144); }
td.TdClassName
{
border-color: #FA0390;
}
.TagClassName
{
border-color: #FA0390;
}
</style>