Shades of Deep Pink #FE277D
Tints of Deep Pink #FE277D
RGB
CMYK
RGB Variations
Color information
#FE277D (or 0xFE277D) is known color: Deep Pink. HEX triplet: FE, 27 and 7D. RGB value is (254,39,125). Sum of RGB (Red+Green+Blue) = 254+39+125=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE277D is #01D882. Grayscale: #707070. Windows color (decimal): -120963 or 8202238. OLE color: 8202238.
HSL color Cylindrical-coordinate representation of color #FE277D: hue angle of 336º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE277D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 125 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.00 |
| HSL | 336º | 0.99% | 0.57% | - |
| HSV(B) | 336º | 0.85% | 1% | - |
| XYZ | 45.3 | 24 | 21.65 | - |
| YUV | 113.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 125 | 0 | 0.85 | 0.51 | 0.00 | 336 | 0.99 | 0.57 |
| Hex | FE | 27 | 7D | 0 | 55 | 33 | 0 | 150 | 63 | 39 |
| Octal | 376 | 47 | 175 | 0 | 125 | 63 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100111 | 1111101 | 0 | 1010101 | 110011 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE277D
Complementary color
Monochromatic Colors of #FE277D
Black with #FE277D
Text Example
Text Example
White with #FE277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE277D; }
p { color: rgb(254,39,125); }
H1.HeaderClassName
{
color: #FE277D;
}
.AnyTagClassName
{
color: #FE277D;
}
</style>
background-color css
<style>
a { background-color: #FE277D; }
a { background-color: rgb(254,39,125); }
div.DivClassName
{
background-color: #FE277D;
}
.BgClassName
{
background-color: #FE277D;
}
</style>
border-color css
<style>
span { border-color: #FE277D; }
span { border-color: rgb(254,39,125); }
td.TdClassName
{
border-color: #FE277D;
}
.TagClassName
{
border-color: #FE277D;
}
</style>