Shades of Deep Pink #FE1F8B
Tints of Deep Pink #FE1F8B
RGB
CMYK
RGB Variations
Color information
#FE1F8B (or 0xFE1F8B) is known color: Deep Pink. HEX triplet: FE, 1F and 8B. RGB value is (254,31,139). Sum of RGB (Red+Green+Blue) = 254+31+139=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1F8B is #01E074. Grayscale: #6D6D6D. Windows color (decimal): -122997 or 9117694. OLE color: 9117694.
HSL color Cylindrical-coordinate representation of color #FE1F8B: hue angle of 330.94º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1F8B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 139 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.00 |
| HSL | 330.94º | 0.99% | 0.56% | - |
| HSV(B) | 330.94º | 0.88% | 1% | - |
| XYZ | 46.02 | 23.91 | 26.62 | - |
| YUV | 109.99 | 144.38 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 139 | 0 | 0.88 | 0.45 | 0.00 | 330.94 | 0.99 | 0.56 |
| Hex | FE | 1F | 8B | 0 | 58 | 2D | 0 | 14B | 63 | 38 |
| Octal | 376 | 37 | 213 | 0 | 130 | 55 | 0 | 513 | 143 | 70 |
| Binary | 11111110 | 11111 | 10001011 | 0 | 1011000 | 101101 | 0 | 101001011 | 1100011 | 111000 |
Color Harmonies of #FE1F8B
Complementary color
Monochromatic Colors of #FE1F8B
Black with #FE1F8B
Text Example
Text Example
White with #FE1F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F8B; }
p { color: rgb(254,31,139); }
H1.HeaderClassName
{
color: #FE1F8B;
}
.AnyTagClassName
{
color: #FE1F8B;
}
</style>
background-color css
<style>
a { background-color: #FE1F8B; }
a { background-color: rgb(254,31,139); }
div.DivClassName
{
background-color: #FE1F8B;
}
.BgClassName
{
background-color: #FE1F8B;
}
</style>
border-color css
<style>
span { border-color: #FE1F8B; }
span { border-color: rgb(254,31,139); }
td.TdClassName
{
border-color: #FE1F8B;
}
.TagClassName
{
border-color: #FE1F8B;
}
</style>