Shades of Deep Pink #FF2378
Tints of Deep Pink #FF2378
RGB
CMYK
RGB Variations
Color information
#FF2378 (or 0xFF2378) is known color: Deep Pink. HEX triplet: FF, 23 and 78. RGB value is (255,35,120). Sum of RGB (Red+Green+Blue) = 255+35+120=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2378 is #00DC87. Grayscale: #6E6E6E. Windows color (decimal): -56456 or 7873535. OLE color: 7873535.
HSL color Cylindrical-coordinate representation of color #FF2378: hue angle of 336.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2378 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 120 | - |
| CMYK | 0 | 0.86 | 0.53 | 0 |
| HSL | 336.82º | 1% | 0.57% | - |
| HSV(B) | 336.82º | 0.86% | 1% | - |
| XYZ | 45.23 | 23.82 | 19.98 | - |
| YUV | 110.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 120 | 0 | 0.86 | 0.53 | 0 | 336.82 | 1 | 0.57 |
| Hex | FF | 23 | 78 | 0 | 56 | 35 | 0 | 151 | 64 | 39 |
| Octal | 377 | 43 | 170 | 0 | 126 | 65 | 0 | 521 | 144 | 71 |
| Binary | 11111111 | 100011 | 1111000 | 0 | 1010110 | 110101 | 0 | 101010001 | 1100100 | 111001 |
Color Harmonies of #FF2378
Complementary color
Monochromatic Colors of #FF2378
Black with #FF2378
Text Example
Text Example
White with #FF2378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2378; }
p { color: rgb(255,35,120); }
H1.HeaderClassName
{
color: #FF2378;
}
.AnyTagClassName
{
color: #FF2378;
}
</style>
background-color css
<style>
a { background-color: #FF2378; }
a { background-color: rgb(255,35,120); }
div.DivClassName
{
background-color: #FF2378;
}
.BgClassName
{
background-color: #FF2378;
}
</style>
border-color css
<style>
span { border-color: #FF2378; }
span { border-color: rgb(255,35,120); }
td.TdClassName
{
border-color: #FF2378;
}
.TagClassName
{
border-color: #FF2378;
}
</style>