Shades of Deep Pink #FE267B
Tints of Deep Pink #FE267B
RGB
CMYK
RGB Variations
Color information
#FE267B (or 0xFE267B) is known color: Deep Pink. HEX triplet: FE, 26 and 7B. RGB value is (254,38,123). Sum of RGB (Red+Green+Blue) = 254+38+123=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE267B is #01D984. Grayscale: #707070. Windows color (decimal): -121221 or 8070910. OLE color: 8070910.
HSL color Cylindrical-coordinate representation of color #FE267B: hue angle of 336.39º 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 #FE267B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 123 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.00 |
| HSL | 336.39º | 0.99% | 0.57% | - |
| HSV(B) | 336.39º | 0.85% | 1% | - |
| XYZ | 45.14 | 23.89 | 20.97 | - |
| YUV | 112.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 123 | 0 | 0.85 | 0.52 | 0.00 | 336.39 | 0.99 | 0.57 |
| Hex | FE | 26 | 7B | 0 | 55 | 34 | 0 | 150 | 63 | 39 |
| Octal | 376 | 46 | 173 | 0 | 125 | 64 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100110 | 1111011 | 0 | 1010101 | 110100 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE267B
Complementary color
Monochromatic Colors of #FE267B
Black with #FE267B
Text Example
Text Example
White with #FE267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE267B; }
p { color: rgb(254,38,123); }
H1.HeaderClassName
{
color: #FE267B;
}
.AnyTagClassName
{
color: #FE267B;
}
</style>
background-color css
<style>
a { background-color: #FE267B; }
a { background-color: rgb(254,38,123); }
div.DivClassName
{
background-color: #FE267B;
}
.BgClassName
{
background-color: #FE267B;
}
</style>
border-color css
<style>
span { border-color: #FE267B; }
span { border-color: rgb(254,38,123); }
td.TdClassName
{
border-color: #FE267B;
}
.TagClassName
{
border-color: #FE267B;
}
</style>