Shades of Deep Pink #FA2379
Tints of Deep Pink #FA2379
RGB
CMYK
RGB Variations
Color information
#FA2379 (or 0xFA2379) is known color: Deep Pink. HEX triplet: FA, 23 and 79. RGB value is (250,35,121). Sum of RGB (Red+Green+Blue) = 250+35+121=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2379 is #05DC86. Grayscale: #6C6C6C. Windows color (decimal): -384135 or 7939066. OLE color: 7939066.
HSL color Cylindrical-coordinate representation of color #FA2379: hue angle of 336º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2379 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 121 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.02 |
| HSL | 336º | 0.96% | 0.56% | - |
| HSV(B) | 336º | 0.86% | 0.98% | - |
| XYZ | 43.48 | 22.91 | 20.22 | - |
| YUV | 109.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 121 | 0 | 0.86 | 0.52 | 0.02 | 336 | 0.96 | 0.56 |
| Hex | FA | 23 | 79 | 0 | 56 | 34 | 2 | 150 | 60 | 38 |
| Octal | 372 | 43 | 171 | 0 | 126 | 64 | 2 | 520 | 140 | 70 |
| Binary | 11111010 | 100011 | 1111001 | 0 | 1010110 | 110100 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FA2379
Complementary color
Monochromatic Colors of #FA2379
Black with #FA2379
Text Example
Text Example
White with #FA2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2379; }
p { color: rgb(250,35,121); }
H1.HeaderClassName
{
color: #FA2379;
}
.AnyTagClassName
{
color: #FA2379;
}
</style>
background-color css
<style>
a { background-color: #FA2379; }
a { background-color: rgb(250,35,121); }
div.DivClassName
{
background-color: #FA2379;
}
.BgClassName
{
background-color: #FA2379;
}
</style>
border-color css
<style>
span { border-color: #FA2379; }
span { border-color: rgb(250,35,121); }
td.TdClassName
{
border-color: #FA2379;
}
.TagClassName
{
border-color: #FA2379;
}
</style>