Shades of Deep Pink #FB277D
Tints of Deep Pink #FB277D
RGB
CMYK
RGB Variations
Color information
#FB277D (or 0xFB277D) is known color: Deep Pink. HEX triplet: FB, 27 and 7D. RGB value is (251,39,125). Sum of RGB (Red+Green+Blue) = 251+39+125=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB277D is #04D882. Grayscale: #707070. Windows color (decimal): -317571 or 8202235. OLE color: 8202235.
HSL color Cylindrical-coordinate representation of color #FB277D: hue angle of 335.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB277D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 125 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.02 |
| HSL | 335.66º | 0.96% | 0.57% | - |
| HSV(B) | 335.66º | 0.84% | 0.98% | - |
| XYZ | 44.21 | 23.44 | 21.6 | - |
| YUV | 112.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 125 | 0 | 0.84 | 0.50 | 0.02 | 335.66 | 0.96 | 0.57 |
| Hex | FB | 27 | 7D | 0 | 54 | 32 | 2 | 150 | 60 | 39 |
| Octal | 373 | 47 | 175 | 0 | 124 | 62 | 2 | 520 | 140 | 71 |
| Binary | 11111011 | 100111 | 1111101 | 0 | 1010100 | 110010 | 10 | 101010000 | 1100000 | 111001 |
Color Harmonies of #FB277D
Complementary color
Monochromatic Colors of #FB277D
Black with #FB277D
Text Example
Text Example
White with #FB277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB277D; }
p { color: rgb(251,39,125); }
H1.HeaderClassName
{
color: #FB277D;
}
.AnyTagClassName
{
color: #FB277D;
}
</style>
background-color css
<style>
a { background-color: #FB277D; }
a { background-color: rgb(251,39,125); }
div.DivClassName
{
background-color: #FB277D;
}
.BgClassName
{
background-color: #FB277D;
}
</style>
border-color css
<style>
span { border-color: #FB277D; }
span { border-color: rgb(251,39,125); }
td.TdClassName
{
border-color: #FB277D;
}
.TagClassName
{
border-color: #FB277D;
}
</style>