Shades of Deep Pink #FD0675
Tints of Deep Pink #FD0675
RGB
CMYK
RGB Variations
Color information
#FD0675 (or 0xFD0675) is known color: Deep Pink. HEX triplet: FD, 06 and 75. RGB value is (253,6,117). Sum of RGB (Red+Green+Blue) = 253+6+117=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0675 is #02F98A. Grayscale: #5C5C5C. Windows color (decimal): -194955 or 7669501. OLE color: 7669501.
HSL color Cylindrical-coordinate representation of color #FD0675: hue angle of 333.04º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0675 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.01 |
| HSL | 333.04º | 0.98% | 0.51% | - |
| HSV(B) | 333.04º | 0.98% | 0.99% | - |
| XYZ | 43.78 | 22.3 | 18.83 | - |
| YUV | 92.51 | 141.83 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 117 | 0 | 0.98 | 0.54 | 0.01 | 333.04 | 0.98 | 0.51 |
| Hex | FD | 6 | 75 | 0 | 62 | 36 | 1 | 14D | 62 | 33 |
| Octal | 375 | 6 | 165 | 0 | 142 | 66 | 1 | 515 | 142 | 63 |
| Binary | 11111101 | 110 | 1110101 | 0 | 1100010 | 110110 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FD0675
Complementary color
Monochromatic Colors of #FD0675
Black with #FD0675
Text Example
Text Example
White with #FD0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0675; }
p { color: rgb(253,6,117); }
H1.HeaderClassName
{
color: #FD0675;
}
.AnyTagClassName
{
color: #FD0675;
}
</style>
background-color css
<style>
a { background-color: #FD0675; }
a { background-color: rgb(253,6,117); }
div.DivClassName
{
background-color: #FD0675;
}
.BgClassName
{
background-color: #FD0675;
}
</style>
border-color css
<style>
span { border-color: #FD0675; }
span { border-color: rgb(253,6,117); }
td.TdClassName
{
border-color: #FD0675;
}
.TagClassName
{
border-color: #FD0675;
}
</style>