Shades of Deep Pink #FB247A
Tints of Deep Pink #FB247A
RGB
CMYK
RGB Variations
Color information
#FB247A (or 0xFB247A) is known color: Deep Pink. HEX triplet: FB, 24 and 7A. RGB value is (251,36,122). Sum of RGB (Red+Green+Blue) = 251+36+122=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB247A is #04DB85. Grayscale: #6D6D6D. Windows color (decimal): -318342 or 8004859. OLE color: 8004859.
HSL color Cylindrical-coordinate representation of color #FB247A: 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 #FB247A is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 122 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.02 |
| HSL | 336º | 0.96% | 0.56% | - |
| HSV(B) | 336º | 0.86% | 0.98% | - |
| XYZ | 43.93 | 23.18 | 20.57 | - |
| YUV | 110.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 122 | 0 | 0.86 | 0.51 | 0.02 | 336 | 0.96 | 0.56 |
| Hex | FB | 24 | 7A | 0 | 56 | 33 | 2 | 150 | 60 | 38 |
| Octal | 373 | 44 | 172 | 0 | 126 | 63 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100100 | 1111010 | 0 | 1010110 | 110011 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB247A
Complementary color
Monochromatic Colors of #FB247A
Black with #FB247A
Text Example
Text Example
White with #FB247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB247A; }
p { color: rgb(251,36,122); }
H1.HeaderClassName
{
color: #FB247A;
}
.AnyTagClassName
{
color: #FB247A;
}
</style>
background-color css
<style>
a { background-color: #FB247A; }
a { background-color: rgb(251,36,122); }
div.DivClassName
{
background-color: #FB247A;
}
.BgClassName
{
background-color: #FB247A;
}
</style>
border-color css
<style>
span { border-color: #FB247A; }
span { border-color: rgb(251,36,122); }
td.TdClassName
{
border-color: #FB247A;
}
.TagClassName
{
border-color: #FB247A;
}
</style>