Shades of Deep Pink #FE258A
Tints of Deep Pink #FE258A
RGB
CMYK
RGB Variations
Color information
#FE258A (or 0xFE258A) is known color: Deep Pink. HEX triplet: FE, 25 and 8A. RGB value is (254,37,138). Sum of RGB (Red+Green+Blue) = 254+37+138=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE258A is #01DA75. Grayscale: #717171. Windows color (decimal): -121462 or 9053694. OLE color: 9053694.
HSL color Cylindrical-coordinate representation of color #FE258A: hue angle of 332.07º 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 #FE258A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 138 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.00 |
| HSL | 332.07º | 0.99% | 0.57% | - |
| HSV(B) | 332.07º | 0.85% | 1% | - |
| XYZ | 46.12 | 24.23 | 26.29 | - |
| YUV | 113.4 | 141.89 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 138 | 0 | 0.85 | 0.46 | 0.00 | 332.07 | 0.99 | 0.57 |
| Hex | FE | 25 | 8A | 0 | 55 | 2E | 0 | 14C | 63 | 39 |
| Octal | 376 | 45 | 212 | 0 | 125 | 56 | 0 | 514 | 143 | 71 |
| Binary | 11111110 | 100101 | 10001010 | 0 | 1010101 | 101110 | 0 | 101001100 | 1100011 | 111001 |
Color Harmonies of #FE258A
Complementary color
Monochromatic Colors of #FE258A
Black with #FE258A
Text Example
Text Example
White with #FE258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE258A; }
p { color: rgb(254,37,138); }
H1.HeaderClassName
{
color: #FE258A;
}
.AnyTagClassName
{
color: #FE258A;
}
</style>
background-color css
<style>
a { background-color: #FE258A; }
a { background-color: rgb(254,37,138); }
div.DivClassName
{
background-color: #FE258A;
}
.BgClassName
{
background-color: #FE258A;
}
</style>
border-color css
<style>
span { border-color: #FE258A; }
span { border-color: rgb(254,37,138); }
td.TdClassName
{
border-color: #FE258A;
}
.TagClassName
{
border-color: #FE258A;
}
</style>