Shades of Deep Pink #FA1084
Tints of Deep Pink #FA1084
RGB
CMYK
RGB Variations
Color information
#FA1084 (or 0xFA1084) is known color: Deep Pink. HEX triplet: FA, 10 and 84. RGB value is (250,16,132). Sum of RGB (Red+Green+Blue) = 250+16+132=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1084 is #05EF7B. Grayscale: #626262. Windows color (decimal): -388988 or 8655098. OLE color: 8655098.
HSL color Cylindrical-coordinate representation of color #FA1084: hue angle of 330.26º 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 #FA1084 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 132 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.02 |
| HSL | 330.26º | 0.96% | 0.52% | - |
| HSV(B) | 330.26º | 0.94% | 0.98% | - |
| XYZ | 43.77 | 22.36 | 23.84 | - |
| YUV | 99.19 | 146.52 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 132 | 0 | 0.94 | 0.47 | 0.02 | 330.26 | 0.96 | 0.52 |
| Hex | FA | 10 | 84 | 0 | 5E | 2F | 2 | 14A | 60 | 34 |
| Octal | 372 | 20 | 204 | 0 | 136 | 57 | 2 | 512 | 140 | 64 |
| Binary | 11111010 | 10000 | 10000100 | 0 | 1011110 | 101111 | 10 | 101001010 | 1100000 | 110100 |
Color Harmonies of #FA1084
Complementary color
Monochromatic Colors of #FA1084
Black with #FA1084
Text Example
Text Example
White with #FA1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1084; }
p { color: rgb(250,16,132); }
H1.HeaderClassName
{
color: #FA1084;
}
.AnyTagClassName
{
color: #FA1084;
}
</style>
background-color css
<style>
a { background-color: #FA1084; }
a { background-color: rgb(250,16,132); }
div.DivClassName
{
background-color: #FA1084;
}
.BgClassName
{
background-color: #FA1084;
}
</style>
border-color css
<style>
span { border-color: #FA1084; }
span { border-color: rgb(250,16,132); }
td.TdClassName
{
border-color: #FA1084;
}
.TagClassName
{
border-color: #FA1084;
}
</style>