Shades of Deep Pink #FB247D
Tints of Deep Pink #FB247D
RGB
CMYK
RGB Variations
Color information
#FB247D (or 0xFB247D) is known color: Deep Pink. HEX triplet: FB, 24 and 7D. RGB value is (251,36,125). Sum of RGB (Red+Green+Blue) = 251+36+125=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB247D is #04DB82. Grayscale: #6E6E6E. Windows color (decimal): -318339 or 8201467. OLE color: 8201467.
HSL color Cylindrical-coordinate representation of color #FB247D: hue angle of 335.16º 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 #FB247D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 125 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.02 |
| HSL | 335.16º | 0.96% | 0.56% | - |
| HSV(B) | 335.16º | 0.86% | 0.98% | - |
| XYZ | 44.12 | 23.25 | 21.56 | - |
| YUV | 110.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 125 | 0 | 0.86 | 0.50 | 0.02 | 335.16 | 0.96 | 0.56 |
| Hex | FB | 24 | 7D | 0 | 56 | 32 | 2 | 14F | 60 | 38 |
| Octal | 373 | 44 | 175 | 0 | 126 | 62 | 2 | 517 | 140 | 70 |
| Binary | 11111011 | 100100 | 1111101 | 0 | 1010110 | 110010 | 10 | 101001111 | 1100000 | 111000 |
Color Harmonies of #FB247D
Complementary color
Monochromatic Colors of #FB247D
Black with #FB247D
Text Example
Text Example
White with #FB247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB247D; }
p { color: rgb(251,36,125); }
H1.HeaderClassName
{
color: #FB247D;
}
.AnyTagClassName
{
color: #FB247D;
}
</style>
background-color css
<style>
a { background-color: #FB247D; }
a { background-color: rgb(251,36,125); }
div.DivClassName
{
background-color: #FB247D;
}
.BgClassName
{
background-color: #FB247D;
}
</style>
border-color css
<style>
span { border-color: #FB247D; }
span { border-color: rgb(251,36,125); }
td.TdClassName
{
border-color: #FB247D;
}
.TagClassName
{
border-color: #FB247D;
}
</style>