Shades of Deep Pink #FE0FA1
Tints of Deep Pink #FE0FA1
RGB
CMYK
RGB Variations
Color information
#FE0FA1 (or 0xFE0FA1) is known color: Deep Pink. HEX triplet: FE, 0F and A1. RGB value is (254,15,161). Sum of RGB (Red+Green+Blue) = 254+15+161=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FA1 is #01F05E. Grayscale: #666666. Windows color (decimal): -127071 or 10555390. OLE color: 10555390.
HSL color Cylindrical-coordinate representation of color #FE0FA1: hue angle of 323.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FA1 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 161 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.00 |
| HSL | 323.35º | 0.99% | 0.53% | - |
| HSV(B) | 323.35º | 0.94% | 1% | - |
| XYZ | 47.48 | 23.99 | 35.85 | - |
| YUV | 103.11 | 160.68 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 161 | 0 | 0.94 | 0.37 | 0.00 | 323.35 | 0.99 | 0.53 |
| Hex | FE | F | A1 | 0 | 5E | 25 | 0 | 143 | 63 | 35 |
| Octal | 376 | 17 | 241 | 0 | 136 | 45 | 0 | 503 | 143 | 65 |
| Binary | 11111110 | 1111 | 10100001 | 0 | 1011110 | 100101 | 0 | 101000011 | 1100011 | 110101 |
Color Harmonies of #FE0FA1
Complementary color
Monochromatic Colors of #FE0FA1
Black with #FE0FA1
Text Example
Text Example
White with #FE0FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FA1; }
p { color: rgb(254,15,161); }
H1.HeaderClassName
{
color: #FE0FA1;
}
.AnyTagClassName
{
color: #FE0FA1;
}
</style>
background-color css
<style>
a { background-color: #FE0FA1; }
a { background-color: rgb(254,15,161); }
div.DivClassName
{
background-color: #FE0FA1;
}
.BgClassName
{
background-color: #FE0FA1;
}
</style>
border-color css
<style>
span { border-color: #FE0FA1; }
span { border-color: rgb(254,15,161); }
td.TdClassName
{
border-color: #FE0FA1;
}
.TagClassName
{
border-color: #FE0FA1;
}
</style>