Shades of Deep Pink #FE257A
Tints of Deep Pink #FE257A
RGB
CMYK
RGB Variations
Color information
#FE257A (or 0xFE257A) is known color: Deep Pink. HEX triplet: FE, 25 and 7A. RGB value is (254,37,122). Sum of RGB (Red+Green+Blue) = 254+37+122=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE257A is #01DA85. Grayscale: #6F6F6F. Windows color (decimal): -121478 or 8005118. OLE color: 8005118.
HSL color Cylindrical-coordinate representation of color #FE257A: hue angle of 336.5º 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 #FE257A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.00 |
| HSL | 336.5º | 0.99% | 0.57% | - |
| HSV(B) | 336.5º | 0.85% | 1% | - |
| XYZ | 45.05 | 23.8 | 20.63 | - |
| YUV | 111.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 122 | 0 | 0.85 | 0.52 | 0.00 | 336.5 | 0.99 | 0.57 |
| Hex | FE | 25 | 7A | 0 | 55 | 34 | 0 | 150 | 63 | 39 |
| Octal | 376 | 45 | 172 | 0 | 125 | 64 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100101 | 1111010 | 0 | 1010101 | 110100 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE257A
Complementary color
Monochromatic Colors of #FE257A
Black with #FE257A
Text Example
Text Example
White with #FE257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE257A; }
p { color: rgb(254,37,122); }
H1.HeaderClassName
{
color: #FE257A;
}
.AnyTagClassName
{
color: #FE257A;
}
</style>
background-color css
<style>
a { background-color: #FE257A; }
a { background-color: rgb(254,37,122); }
div.DivClassName
{
background-color: #FE257A;
}
.BgClassName
{
background-color: #FE257A;
}
</style>
border-color css
<style>
span { border-color: #FE257A; }
span { border-color: rgb(254,37,122); }
td.TdClassName
{
border-color: #FE257A;
}
.TagClassName
{
border-color: #FE257A;
}
</style>