Shades of Deep Pink #FE0374
Tints of Deep Pink #FE0374
RGB
CMYK
RGB Variations
Color information
#FE0374 (or 0xFE0374) is known color: Deep Pink. HEX triplet: FE, 03 and 74. RGB value is (254,3,116). Sum of RGB (Red+Green+Blue) = 254+3+116=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0374 is #01FC8B. Grayscale: #5A5A5A. Windows color (decimal): -130188 or 7603198. OLE color: 7603198.
HSL color Cylindrical-coordinate representation of color #FE0374: hue angle of 332.99º 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 #FE0374 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.00 |
| HSL | 332.99º | 0.99% | 0.5% | - |
| HSV(B) | 332.99º | 0.99% | 1% | - |
| XYZ | 44.06 | 22.4 | 18.52 | - |
| YUV | 90.93 | 142.16 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 116 | 0 | 0.99 | 0.54 | 0.00 | 332.99 | 0.99 | 0.5 |
| Hex | FE | 3 | 74 | 0 | 63 | 36 | 0 | 14D | 63 | 32 |
| Octal | 376 | 3 | 164 | 0 | 143 | 66 | 0 | 515 | 143 | 62 |
| Binary | 11111110 | 11 | 1110100 | 0 | 1100011 | 110110 | 0 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FE0374
Complementary color
Monochromatic Colors of #FE0374
Black with #FE0374
Text Example
Text Example
White with #FE0374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0374; }
p { color: rgb(254,3,116); }
H1.HeaderClassName
{
color: #FE0374;
}
.AnyTagClassName
{
color: #FE0374;
}
</style>
background-color css
<style>
a { background-color: #FE0374; }
a { background-color: rgb(254,3,116); }
div.DivClassName
{
background-color: #FE0374;
}
.BgClassName
{
background-color: #FE0374;
}
</style>
border-color css
<style>
span { border-color: #FE0374; }
span { border-color: rgb(254,3,116); }
td.TdClassName
{
border-color: #FE0374;
}
.TagClassName
{
border-color: #FE0374;
}
</style>