Shades of Deep Pink #FF0378
Tints of Deep Pink #FF0378
RGB
CMYK
RGB Variations
Color information
#FF0378 (or 0xFF0378) is known color: Deep Pink. HEX triplet: FF, 03 and 78. RGB value is (255,3,120). Sum of RGB (Red+Green+Blue) = 255+3+120=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0378 is #00FC87. Grayscale: #5B5B5B. Windows color (decimal): -64648 or 7865343. OLE color: 7865343.
HSL color Cylindrical-coordinate representation of color #FF0378: hue angle of 332.14º 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 #FF0378 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 120 | - |
| CMYK | 0 | 0.99 | 0.53 | 0 |
| HSL | 332.14º | 1% | 0.51% | - |
| HSV(B) | 332.14º | 0.99% | 1% | - |
| XYZ | 44.66 | 22.68 | 19.79 | - |
| YUV | 91.69 | 143.99 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 120 | 0 | 0.99 | 0.53 | 0 | 332.14 | 1 | 0.51 |
| Hex | FF | 3 | 78 | 0 | 63 | 35 | 0 | 14C | 64 | 33 |
| Octal | 377 | 3 | 170 | 0 | 143 | 65 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 11 | 1111000 | 0 | 1100011 | 110101 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF0378
Complementary color
Monochromatic Colors of #FF0378
Black with #FF0378
Text Example
Text Example
White with #FF0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0378; }
p { color: rgb(255,3,120); }
H1.HeaderClassName
{
color: #FF0378;
}
.AnyTagClassName
{
color: #FF0378;
}
</style>
background-color css
<style>
a { background-color: #FF0378; }
a { background-color: rgb(255,3,120); }
div.DivClassName
{
background-color: #FF0378;
}
.BgClassName
{
background-color: #FF0378;
}
</style>
border-color css
<style>
span { border-color: #FF0378; }
span { border-color: rgb(255,3,120); }
td.TdClassName
{
border-color: #FF0378;
}
.TagClassName
{
border-color: #FF0378;
}
</style>