Shades of Deep Pink #FA1075
Tints of Deep Pink #FA1075
RGB
CMYK
RGB Variations
Color information
#FA1075 (or 0xFA1075) is known color: Deep Pink. HEX triplet: FA, 10 and 75. RGB value is (250,16,117). Sum of RGB (Red+Green+Blue) = 250+16+117=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1075 is #05EF8A. Grayscale: #616161. Windows color (decimal): -389003 or 7672058. OLE color: 7672058.
HSL color Cylindrical-coordinate representation of color #FA1075: hue angle of 334.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1075 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 117 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.02 |
| HSL | 334.1º | 0.96% | 0.52% | - |
| HSV(B) | 334.1º | 0.94% | 0.98% | - |
| XYZ | 42.82 | 21.98 | 18.82 | - |
| YUV | 97.48 | 139.02 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 117 | 0 | 0.94 | 0.53 | 0.02 | 334.1 | 0.96 | 0.52 |
| Hex | FA | 10 | 75 | 0 | 5E | 35 | 2 | 14E | 60 | 34 |
| Octal | 372 | 20 | 165 | 0 | 136 | 65 | 2 | 516 | 140 | 64 |
| Binary | 11111010 | 10000 | 1110101 | 0 | 1011110 | 110101 | 10 | 101001110 | 1100000 | 110100 |
Color Harmonies of #FA1075
Complementary color
Monochromatic Colors of #FA1075
Black with #FA1075
Text Example
Text Example
White with #FA1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1075; }
p { color: rgb(250,16,117); }
H1.HeaderClassName
{
color: #FA1075;
}
.AnyTagClassName
{
color: #FA1075;
}
</style>
background-color css
<style>
a { background-color: #FA1075; }
a { background-color: rgb(250,16,117); }
div.DivClassName
{
background-color: #FA1075;
}
.BgClassName
{
background-color: #FA1075;
}
</style>
border-color css
<style>
span { border-color: #FA1075; }
span { border-color: rgb(250,16,117); }
td.TdClassName
{
border-color: #FA1075;
}
.TagClassName
{
border-color: #FA1075;
}
</style>