Shades of Deep Pink #FE038B
Tints of Deep Pink #FE038B
RGB
CMYK
RGB Variations
Color information
#FE038B (or 0xFE038B) is known color: Deep Pink. HEX triplet: FE, 03 and 8B. RGB value is (254,3,139). Sum of RGB (Red+Green+Blue) = 254+3+139=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE038B is #01FC74. Grayscale: #5D5D5D. Windows color (decimal): -130165 or 9110526. OLE color: 9110526.
HSL color Cylindrical-coordinate representation of color #FE038B: hue angle of 327.49º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE038B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.00 |
| HSL | 327.49º | 0.99% | 0.5% | - |
| HSV(B) | 327.49º | 0.99% | 1% | - |
| XYZ | 45.57 | 23 | 26.46 | - |
| YUV | 93.55 | 153.66 | 242.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 139 | 0 | 0.99 | 0.45 | 0.00 | 327.49 | 0.99 | 0.5 |
| Hex | FE | 3 | 8B | 0 | 63 | 2D | 0 | 147 | 63 | 32 |
| Octal | 376 | 3 | 213 | 0 | 143 | 55 | 0 | 507 | 143 | 62 |
| Binary | 11111110 | 11 | 10001011 | 0 | 1100011 | 101101 | 0 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FE038B
Complementary color
Monochromatic Colors of #FE038B
Black with #FE038B
Text Example
Text Example
White with #FE038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE038B; }
p { color: rgb(254,3,139); }
H1.HeaderClassName
{
color: #FE038B;
}
.AnyTagClassName
{
color: #FE038B;
}
</style>
background-color css
<style>
a { background-color: #FE038B; }
a { background-color: rgb(254,3,139); }
div.DivClassName
{
background-color: #FE038B;
}
.BgClassName
{
background-color: #FE038B;
}
</style>
border-color css
<style>
span { border-color: #FE038B; }
span { border-color: rgb(254,3,139); }
td.TdClassName
{
border-color: #FE038B;
}
.TagClassName
{
border-color: #FE038B;
}
</style>