Shades of Deep Pink #FC0380
Tints of Deep Pink #FC0380
RGB
CMYK
RGB Variations
Color information
#FC0380 (or 0xFC0380) is known color: Deep Pink. HEX triplet: FC, 03 and 80. RGB value is (252,3,128). Sum of RGB (Red+Green+Blue) = 252+3+128=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0380 is #03FC7F. Grayscale: #5B5B5B. Windows color (decimal): -261248 or 8389628. OLE color: 8389628.
HSL color Cylindrical-coordinate representation of color #FC0380: hue angle of 329.88º 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 #FC0380 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.01 |
| HSL | 329.88º | 0.98% | 0.5% | - |
| HSV(B) | 329.88º | 0.99% | 0.99% | - |
| XYZ | 44.07 | 22.32 | 22.41 | - |
| YUV | 91.7 | 148.49 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 128 | 0 | 0.99 | 0.49 | 0.01 | 329.88 | 0.98 | 0.5 |
| Hex | FC | 3 | 80 | 0 | 63 | 31 | 1 | 14A | 62 | 32 |
| Octal | 374 | 3 | 200 | 0 | 143 | 61 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 11 | 10000000 | 0 | 1100011 | 110001 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC0380
Complementary color
Monochromatic Colors of #FC0380
Black with #FC0380
Text Example
Text Example
White with #FC0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0380; }
p { color: rgb(252,3,128); }
H1.HeaderClassName
{
color: #FC0380;
}
.AnyTagClassName
{
color: #FC0380;
}
</style>
background-color css
<style>
a { background-color: #FC0380; }
a { background-color: rgb(252,3,128); }
div.DivClassName
{
background-color: #FC0380;
}
.BgClassName
{
background-color: #FC0380;
}
</style>
border-color css
<style>
span { border-color: #FC0380; }
span { border-color: rgb(252,3,128); }
td.TdClassName
{
border-color: #FC0380;
}
.TagClassName
{
border-color: #FC0380;
}
</style>