Shades of Deep Pink #FD277A
Tints of Deep Pink #FD277A
RGB
CMYK
RGB Variations
Color information
#FD277A (or 0xFD277A) is known color: Deep Pink. HEX triplet: FD, 27 and 7A. RGB value is (253,39,122). Sum of RGB (Red+Green+Blue) = 253+39+122=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD277A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD277A is #02D885. Grayscale: #707070. Windows color (decimal): -186502 or 8005629. OLE color: 8005629.
HSL color Cylindrical-coordinate representation of color #FD277A: hue angle of 336.73º 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 #FD277A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 336.73º | 0.98% | 0.57% | - |
| HSV(B) | 336.73º | 0.85% | 0.99% | - |
| XYZ | 44.75 | 23.74 | 20.64 | - |
| YUV | 112.45 | 133.4 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 122 | 0 | 0.85 | 0.52 | 0.01 | 336.73 | 0.98 | 0.57 |
| Hex | FD | 27 | 7A | 0 | 55 | 34 | 1 | 151 | 62 | 39 |
| Octal | 375 | 47 | 172 | 0 | 125 | 64 | 1 | 521 | 142 | 71 |
| Binary | 11111101 | 100111 | 1111010 | 0 | 1010101 | 110100 | 1 | 101010001 | 1100010 | 111001 |
Color Harmonies of #FD277A
Complementary color
Monochromatic Colors of #FD277A
Black with #FD277A
Text Example
Text Example
White with #FD277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD277A; }
p { color: rgb(253,39,122); }
H1.HeaderClassName
{
color: #FD277A;
}
.AnyTagClassName
{
color: #FD277A;
}
</style>
background-color css
<style>
a { background-color: #FD277A; }
a { background-color: rgb(253,39,122); }
div.DivClassName
{
background-color: #FD277A;
}
.BgClassName
{
background-color: #FD277A;
}
</style>
border-color css
<style>
span { border-color: #FD277A; }
span { border-color: rgb(253,39,122); }
td.TdClassName
{
border-color: #FD277A;
}
.TagClassName
{
border-color: #FD277A;
}
</style>