Shades of Deep Pink #FC0275
Tints of Deep Pink #FC0275
RGB
CMYK
RGB Variations
Color information
#FC0275 (or 0xFC0275) is known color: Deep Pink. HEX triplet: FC, 02 and 75. RGB value is (252,2,117). Sum of RGB (Red+Green+Blue) = 252+2+117=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0275 is #03FD8A. Grayscale: #595959. Windows color (decimal): -261515 or 7668476. OLE color: 7668476.
HSL color Cylindrical-coordinate representation of color #FC0275: hue angle of 332.4º 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 #FC0275 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.01 |
| HSL | 332.4º | 0.98% | 0.5% | - |
| HSV(B) | 332.4º | 0.99% | 0.99% | - |
| XYZ | 43.38 | 22.02 | 18.79 | - |
| YUV | 89.86 | 143.33 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 117 | 0 | 0.99 | 0.54 | 0.01 | 332.4 | 0.98 | 0.5 |
| Hex | FC | 2 | 75 | 0 | 63 | 36 | 1 | 14C | 62 | 32 |
| Octal | 374 | 2 | 165 | 0 | 143 | 66 | 1 | 514 | 142 | 62 |
| Binary | 11111100 | 10 | 1110101 | 0 | 1100011 | 110110 | 1 | 101001100 | 1100010 | 110010 |
Color Harmonies of #FC0275
Complementary color
Monochromatic Colors of #FC0275
Black with #FC0275
Text Example
Text Example
White with #FC0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0275; }
p { color: rgb(252,2,117); }
H1.HeaderClassName
{
color: #FC0275;
}
.AnyTagClassName
{
color: #FC0275;
}
</style>
background-color css
<style>
a { background-color: #FC0275; }
a { background-color: rgb(252,2,117); }
div.DivClassName
{
background-color: #FC0275;
}
.BgClassName
{
background-color: #FC0275;
}
</style>
border-color css
<style>
span { border-color: #FC0275; }
span { border-color: rgb(252,2,117); }
td.TdClassName
{
border-color: #FC0275;
}
.TagClassName
{
border-color: #FC0275;
}
</style>