Shades of Deep Pink #FD2385
Tints of Deep Pink #FD2385
RGB
CMYK
RGB Variations
Color information
#FD2385 (or 0xFD2385) is known color: Deep Pink. HEX triplet: FD, 23 and 85. RGB value is (253,35,133). Sum of RGB (Red+Green+Blue) = 253+35+133=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2385 is #02DC7A. Grayscale: #6F6F6F. Windows color (decimal): -187515 or 8725501. OLE color: 8725501.
HSL color Cylindrical-coordinate representation of color #FD2385: hue angle of 333.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2385 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 35 | 133 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.01 |
| HSL | 333.03º | 0.98% | 0.56% | - |
| HSV(B) | 333.03º | 0.86% | 0.99% | - |
| XYZ | 45.34 | 23.78 | 24.39 | - |
| YUV | 111.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 35 | 133 | 0 | 0.86 | 0.47 | 0.01 | 333.03 | 0.98 | 0.56 |
| Hex | FD | 23 | 85 | 0 | 56 | 2F | 1 | 14D | 62 | 38 |
| Octal | 375 | 43 | 205 | 0 | 126 | 57 | 1 | 515 | 142 | 70 |
| Binary | 11111101 | 100011 | 10000101 | 0 | 1010110 | 101111 | 1 | 101001101 | 1100010 | 111000 |
Color Harmonies of #FD2385
Complementary color
Monochromatic Colors of #FD2385
Black with #FD2385
Text Example
Text Example
White with #FD2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2385; }
p { color: rgb(253,35,133); }
H1.HeaderClassName
{
color: #FD2385;
}
.AnyTagClassName
{
color: #FD2385;
}
</style>
background-color css
<style>
a { background-color: #FD2385; }
a { background-color: rgb(253,35,133); }
div.DivClassName
{
background-color: #FD2385;
}
.BgClassName
{
background-color: #FD2385;
}
</style>
border-color css
<style>
span { border-color: #FD2385; }
span { border-color: rgb(253,35,133); }
td.TdClassName
{
border-color: #FD2385;
}
.TagClassName
{
border-color: #FD2385;
}
</style>