Shades of Deep Pink #FD277B
Tints of Deep Pink #FD277B
RGB
CMYK
RGB Variations
Color information
#FD277B (or 0xFD277B) is known color: Deep Pink. HEX triplet: FD, 27 and 7B. RGB value is (253,39,123). Sum of RGB (Red+Green+Blue) = 253+39+123=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277B is #02D884. Grayscale: #707070. Windows color (decimal): -186501 or 8071165. OLE color: 8071165.
HSL color Cylindrical-coordinate representation of color #FD277B: hue angle of 336.45º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD277B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 123 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.01 |
| HSL | 336.45º | 0.98% | 0.57% | - |
| HSV(B) | 336.45º | 0.85% | 0.99% | - |
| XYZ | 44.81 | 23.76 | 20.96 | - |
| YUV | 112.56 | 133.9 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 123 | 0 | 0.85 | 0.51 | 0.01 | 336.45 | 0.98 | 0.57 |
| Hex | FD | 27 | 7B | 0 | 55 | 33 | 1 | 150 | 62 | 39 |
| Octal | 375 | 47 | 173 | 0 | 125 | 63 | 1 | 520 | 142 | 71 |
| Binary | 11111101 | 100111 | 1111011 | 0 | 1010101 | 110011 | 1 | 101010000 | 1100010 | 111001 |
Color Harmonies of #FD277B
Complementary color
Monochromatic Colors of #FD277B
Black with #FD277B
Text Example
Text Example
White with #FD277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD277B; }
p { color: rgb(253,39,123); }
H1.HeaderClassName
{
color: #FD277B;
}
.AnyTagClassName
{
color: #FD277B;
}
</style>
background-color css
<style>
a { background-color: #FD277B; }
a { background-color: rgb(253,39,123); }
div.DivClassName
{
background-color: #FD277B;
}
.BgClassName
{
background-color: #FD277B;
}
</style>
border-color css
<style>
span { border-color: #FD277B; }
span { border-color: rgb(253,39,123); }
td.TdClassName
{
border-color: #FD277B;
}
.TagClassName
{
border-color: #FD277B;
}
</style>