Shades of Deep Pink #FA0375
Tints of Deep Pink #FA0375
RGB
CMYK
RGB Variations
Color information
#FA0375 (or 0xFA0375) is known color: Deep Pink. HEX triplet: FA, 03 and 75. RGB value is (250,3,117). Sum of RGB (Red+Green+Blue) = 250+3+117=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0375 is #05FC8A. Grayscale: #595959. Windows color (decimal): -392331 or 7668730. OLE color: 7668730.
HSL color Cylindrical-coordinate representation of color #FA0375: hue angle of 332.31º 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 #FA0375 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.02 |
| HSL | 332.31º | 0.98% | 0.5% | - |
| HSV(B) | 332.31º | 0.99% | 0.98% | - |
| XYZ | 42.67 | 21.67 | 18.76 | - |
| YUV | 89.85 | 143.33 | 242.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 117 | 0 | 0.99 | 0.53 | 0.02 | 332.31 | 0.98 | 0.5 |
| Hex | FA | 3 | 75 | 0 | 63 | 35 | 2 | 14C | 62 | 32 |
| Octal | 372 | 3 | 165 | 0 | 143 | 65 | 2 | 514 | 142 | 62 |
| Binary | 11111010 | 11 | 1110101 | 0 | 1100011 | 110101 | 10 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FA0375
Complementary color
Monochromatic Colors of #FA0375
Black with #FA0375
Text Example
Text Example
White with #FA0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0375; }
p { color: rgb(250,3,117); }
H1.HeaderClassName
{
color: #FA0375;
}
.AnyTagClassName
{
color: #FA0375;
}
</style>
background-color css
<style>
a { background-color: #FA0375; }
a { background-color: rgb(250,3,117); }
div.DivClassName
{
background-color: #FA0375;
}
.BgClassName
{
background-color: #FA0375;
}
</style>
border-color css
<style>
span { border-color: #FA0375; }
span { border-color: rgb(250,3,117); }
td.TdClassName
{
border-color: #FA0375;
}
.TagClassName
{
border-color: #FA0375;
}
</style>