Shades of Deep Pink #FB2479
Tints of Deep Pink #FB2479
RGB
CMYK
RGB Variations
Color information
#FB2479 (or 0xFB2479) is known color: Deep Pink. HEX triplet: FB, 24 and 79. RGB value is (251,36,121). Sum of RGB (Red+Green+Blue) = 251+36+121=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2479 is #04DB86. Grayscale: #6D6D6D. Windows color (decimal): -318343 or 7939323. OLE color: 7939323.
HSL color Cylindrical-coordinate representation of color #FB2479: hue angle of 336.28º 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 #FB2479 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 121 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.02 |
| HSL | 336.28º | 0.96% | 0.56% | - |
| HSV(B) | 336.28º | 0.86% | 0.98% | - |
| XYZ | 43.87 | 23.15 | 20.25 | - |
| YUV | 109.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 121 | 0 | 0.86 | 0.52 | 0.02 | 336.28 | 0.96 | 0.56 |
| Hex | FB | 24 | 79 | 0 | 56 | 34 | 2 | 150 | 60 | 38 |
| Octal | 373 | 44 | 171 | 0 | 126 | 64 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100100 | 1111001 | 0 | 1010110 | 110100 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB2479
Complementary color
Monochromatic Colors of #FB2479
Black with #FB2479
Text Example
Text Example
White with #FB2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2479; }
p { color: rgb(251,36,121); }
H1.HeaderClassName
{
color: #FB2479;
}
.AnyTagClassName
{
color: #FB2479;
}
</style>
background-color css
<style>
a { background-color: #FB2479; }
a { background-color: rgb(251,36,121); }
div.DivClassName
{
background-color: #FB2479;
}
.BgClassName
{
background-color: #FB2479;
}
</style>
border-color css
<style>
span { border-color: #FB2479; }
span { border-color: rgb(251,36,121); }
td.TdClassName
{
border-color: #FB2479;
}
.TagClassName
{
border-color: #FB2479;
}
</style>