Shades of Deep Pink #FE267F
Tints of Deep Pink #FE267F
RGB
CMYK
RGB Variations
Color information
#FE267F (or 0xFE267F) is known color: Deep Pink. HEX triplet: FE, 26 and 7F. RGB value is (254,38,127). Sum of RGB (Red+Green+Blue) = 254+38+127=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE267F is #01D980. Grayscale: #707070. Windows color (decimal): -121217 or 8333054. OLE color: 8333054.
HSL color Cylindrical-coordinate representation of color #FE267F: hue angle of 335.28º 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 #FE267F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 127 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.00 |
| HSL | 335.28º | 0.99% | 0.57% | - |
| HSV(B) | 335.28º | 0.85% | 1% | - |
| XYZ | 45.4 | 23.99 | 22.32 | - |
| YUV | 112.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 127 | 0 | 0.85 | 0.50 | 0.00 | 335.28 | 0.99 | 0.57 |
| Hex | FE | 26 | 7F | 0 | 55 | 32 | 0 | 14F | 63 | 39 |
| Octal | 376 | 46 | 177 | 0 | 125 | 62 | 0 | 517 | 143 | 71 |
| Binary | 11111110 | 100110 | 1111111 | 0 | 1010101 | 110010 | 0 | 101001111 | 1100011 | 111001 |
Color Harmonies of #FE267F
Complementary color
Monochromatic Colors of #FE267F
Black with #FE267F
Text Example
Text Example
White with #FE267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE267F; }
p { color: rgb(254,38,127); }
H1.HeaderClassName
{
color: #FE267F;
}
.AnyTagClassName
{
color: #FE267F;
}
</style>
background-color css
<style>
a { background-color: #FE267F; }
a { background-color: rgb(254,38,127); }
div.DivClassName
{
background-color: #FE267F;
}
.BgClassName
{
background-color: #FE267F;
}
</style>
border-color css
<style>
span { border-color: #FE267F; }
span { border-color: rgb(254,38,127); }
td.TdClassName
{
border-color: #FE267F;
}
.TagClassName
{
border-color: #FE267F;
}
</style>