Shades of Deep Pink #FE0483
Tints of Deep Pink #FE0483
RGB
CMYK
RGB Variations
Color information
#FE0483 (or 0xFE0483) is known color: Deep Pink. HEX triplet: FE, 04 and 83. RGB value is (254,4,131). Sum of RGB (Red+Green+Blue) = 254+4+131=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0483 is #01FB7C. Grayscale: #5C5C5C. Windows color (decimal): -129917 or 8586494. OLE color: 8586494.
HSL color Cylindrical-coordinate representation of color #FE0483: hue angle of 329.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0483 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 131 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.00 |
| HSL | 329.52º | 0.99% | 0.51% | - |
| HSV(B) | 329.52º | 0.98% | 1% | - |
| XYZ | 45.01 | 22.8 | 23.5 | - |
| YUV | 93.23 | 149.33 | 242.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 131 | 0 | 0.98 | 0.48 | 0.00 | 329.52 | 0.99 | 0.51 |
| Hex | FE | 4 | 83 | 0 | 62 | 30 | 0 | 14A | 63 | 33 |
| Octal | 376 | 4 | 203 | 0 | 142 | 60 | 0 | 512 | 143 | 63 |
| Binary | 11111110 | 100 | 10000011 | 0 | 1100010 | 110000 | 0 | 101001010 | 1100011 | 110011 |
Color Harmonies of #FE0483
Complementary color
Monochromatic Colors of #FE0483
Black with #FE0483
Text Example
Text Example
White with #FE0483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0483; }
p { color: rgb(254,4,131); }
H1.HeaderClassName
{
color: #FE0483;
}
.AnyTagClassName
{
color: #FE0483;
}
</style>
background-color css
<style>
a { background-color: #FE0483; }
a { background-color: rgb(254,4,131); }
div.DivClassName
{
background-color: #FE0483;
}
.BgClassName
{
background-color: #FE0483;
}
</style>
border-color css
<style>
span { border-color: #FE0483; }
span { border-color: rgb(254,4,131); }
td.TdClassName
{
border-color: #FE0483;
}
.TagClassName
{
border-color: #FE0483;
}
</style>