Shades of Deep Pink #FC0375
Tints of Deep Pink #FC0375
RGB
CMYK
RGB Variations
Color information
#FC0375 (or 0xFC0375) is known color: Deep Pink. HEX triplet: FC, 03 and 75. RGB value is (252,3,117). Sum of RGB (Red+Green+Blue) = 252+3+117=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0375 is #03FC8A. Grayscale: #5A5A5A. Windows color (decimal): -261259 or 7668732. OLE color: 7668732.
HSL color Cylindrical-coordinate representation of color #FC0375: hue angle of 332.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0375 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.01 |
| HSL | 332.53º | 0.98% | 0.5% | - |
| HSV(B) | 332.53º | 0.99% | 0.99% | - |
| XYZ | 43.39 | 22.04 | 18.8 | - |
| YUV | 90.45 | 142.99 | 243.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 117 | 0 | 0.99 | 0.54 | 0.01 | 332.53 | 0.98 | 0.5 |
| Hex | FC | 3 | 75 | 0 | 63 | 36 | 1 | 14D | 62 | 32 |
| Octal | 374 | 3 | 165 | 0 | 143 | 66 | 1 | 515 | 142 | 62 |
| Binary | 11111100 | 11 | 1110101 | 0 | 1100011 | 110110 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FC0375
Complementary color
Monochromatic Colors of #FC0375
Black with #FC0375
Text Example
Text Example
White with #FC0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0375; }
p { color: rgb(252,3,117); }
H1.HeaderClassName
{
color: #FC0375;
}
.AnyTagClassName
{
color: #FC0375;
}
</style>
background-color css
<style>
a { background-color: #FC0375; }
a { background-color: rgb(252,3,117); }
div.DivClassName
{
background-color: #FC0375;
}
.BgClassName
{
background-color: #FC0375;
}
</style>
border-color css
<style>
span { border-color: #FC0375; }
span { border-color: rgb(252,3,117); }
td.TdClassName
{
border-color: #FC0375;
}
.TagClassName
{
border-color: #FC0375;
}
</style>