Shades of Deep Pink #FA0975
Tints of Deep Pink #FA0975
RGB
CMYK
RGB Variations
Color information
#FA0975 (or 0xFA0975) is known color: Deep Pink. HEX triplet: FA, 09 and 75. RGB value is (250,9,117). Sum of RGB (Red+Green+Blue) = 250+9+117=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0975 is #05F68A. Grayscale: #5D5D5D. Windows color (decimal): -390795 or 7670266. OLE color: 7670266.
HSL color Cylindrical-coordinate representation of color #FA0975: hue angle of 333.11º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0975 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.02 |
| HSL | 333.11º | 0.96% | 0.51% | - |
| HSV(B) | 333.11º | 0.96% | 0.98% | - |
| XYZ | 42.73 | 21.8 | 18.79 | - |
| YUV | 93.37 | 141.34 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 117 | 0 | 0.96 | 0.53 | 0.02 | 333.11 | 0.96 | 0.51 |
| Hex | FA | 9 | 75 | 0 | 60 | 35 | 2 | 14D | 60 | 33 |
| Octal | 372 | 11 | 165 | 0 | 140 | 65 | 2 | 515 | 140 | 63 |
| Binary | 11111010 | 1001 | 1110101 | 0 | 1100000 | 110101 | 10 | 101001101 | 1100000 | 110011 |
Color Harmonies of #FA0975
Complementary color
Monochromatic Colors of #FA0975
Black with #FA0975
Text Example
Text Example
White with #FA0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0975; }
p { color: rgb(250,9,117); }
H1.HeaderClassName
{
color: #FA0975;
}
.AnyTagClassName
{
color: #FA0975;
}
</style>
background-color css
<style>
a { background-color: #FA0975; }
a { background-color: rgb(250,9,117); }
div.DivClassName
{
background-color: #FA0975;
}
.BgClassName
{
background-color: #FA0975;
}
</style>
border-color css
<style>
span { border-color: #FA0975; }
span { border-color: rgb(250,9,117); }
td.TdClassName
{
border-color: #FA0975;
}
.TagClassName
{
border-color: #FA0975;
}
</style>