Shades of Deep Pink #FF0376
Tints of Deep Pink #FF0376
RGB
CMYK
RGB Variations
Color information
#FF0376 (or 0xFF0376) is known color: Deep Pink. HEX triplet: FF, 03 and 76. RGB value is (255,3,118). Sum of RGB (Red+Green+Blue) = 255+3+118=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0376 is #00FC89. Grayscale: #5B5B5B. Windows color (decimal): -64650 or 7734271. OLE color: 7734271.
HSL color Cylindrical-coordinate representation of color #FF0376: hue angle of 332.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0376 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 118 | - |
| CMYK | 0 | 0.99 | 0.54 | 0 |
| HSL | 332.62º | 1% | 0.51% | - |
| HSV(B) | 332.62º | 0.99% | 1% | - |
| XYZ | 44.54 | 22.63 | 19.16 | - |
| YUV | 91.46 | 142.99 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 118 | 0 | 0.99 | 0.54 | 0 | 332.62 | 1 | 0.51 |
| Hex | FF | 3 | 76 | 0 | 63 | 36 | 0 | 14D | 64 | 33 |
| Octal | 377 | 3 | 166 | 0 | 143 | 66 | 0 | 515 | 144 | 63 |
| Binary | 11111111 | 11 | 1110110 | 0 | 1100011 | 110110 | 0 | 101001101 | 1100100 | 110011 |
Color Harmonies of #FF0376
Complementary color
Monochromatic Colors of #FF0376
Black with #FF0376
Text Example
Text Example
White with #FF0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0376; }
p { color: rgb(255,3,118); }
H1.HeaderClassName
{
color: #FF0376;
}
.AnyTagClassName
{
color: #FF0376;
}
</style>
background-color css
<style>
a { background-color: #FF0376; }
a { background-color: rgb(255,3,118); }
div.DivClassName
{
background-color: #FF0376;
}
.BgClassName
{
background-color: #FF0376;
}
</style>
border-color css
<style>
span { border-color: #FF0376; }
span { border-color: rgb(255,3,118); }
td.TdClassName
{
border-color: #FF0376;
}
.TagClassName
{
border-color: #FF0376;
}
</style>