Shades of Deep Pink #FF2385
Tints of Deep Pink #FF2385
RGB
CMYK
RGB Variations
Color information
#FF2385 (or 0xFF2385) is known color: Deep Pink. HEX triplet: FF, 23 and 85. RGB value is (255,35,133). Sum of RGB (Red+Green+Blue) = 255+35+133=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2385 is #00DC7A. Grayscale: #6F6F6F. Windows color (decimal): -56443 or 8725503. OLE color: 8725503.
HSL color Cylindrical-coordinate representation of color #FF2385: hue angle of 333.27º 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 #FF2385 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 133 | - |
| CMYK | 0 | 0.86 | 0.48 | 0 |
| HSL | 333.27º | 1% | 0.57% | - |
| HSV(B) | 333.27º | 0.86% | 1% | - |
| XYZ | 46.07 | 24.16 | 24.42 | - |
| YUV | 111.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 133 | 0 | 0.86 | 0.48 | 0 | 333.27 | 1 | 0.57 |
| Hex | FF | 23 | 85 | 0 | 56 | 30 | 0 | 14D | 64 | 39 |
| Octal | 377 | 43 | 205 | 0 | 126 | 60 | 0 | 515 | 144 | 71 |
| Binary | 11111111 | 100011 | 10000101 | 0 | 1010110 | 110000 | 0 | 101001101 | 1100100 | 111001 |
Color Harmonies of #FF2385
Complementary color
Monochromatic Colors of #FF2385
Black with #FF2385
Text Example
Text Example
White with #FF2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2385; }
p { color: rgb(255,35,133); }
H1.HeaderClassName
{
color: #FF2385;
}
.AnyTagClassName
{
color: #FF2385;
}
</style>
background-color css
<style>
a { background-color: #FF2385; }
a { background-color: rgb(255,35,133); }
div.DivClassName
{
background-color: #FF2385;
}
.BgClassName
{
background-color: #FF2385;
}
</style>
border-color css
<style>
span { border-color: #FF2385; }
span { border-color: rgb(255,35,133); }
td.TdClassName
{
border-color: #FF2385;
}
.TagClassName
{
border-color: #FF2385;
}
</style>