Shades of Deep Pink #FC038C
Tints of Deep Pink #FC038C
RGB
CMYK
RGB Variations
Color information
#FC038C (or 0xFC038C) is known color: Deep Pink. HEX triplet: FC, 03 and 8C. RGB value is (252,3,140). Sum of RGB (Red+Green+Blue) = 252+3+140=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC038C is #03FC73. Grayscale: #5C5C5C. Windows color (decimal): -261236 or 9176060. OLE color: 9176060.
HSL color Cylindrical-coordinate representation of color #FC038C: hue angle of 326.99º 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 #FC038C is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.01 |
| HSL | 326.99º | 0.98% | 0.5% | - |
| HSV(B) | 326.99º | 0.99% | 0.99% | - |
| XYZ | 44.91 | 22.65 | 26.82 | - |
| YUV | 93.07 | 154.49 | 241.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 140 | 0 | 0.99 | 0.44 | 0.01 | 326.99 | 0.98 | 0.5 |
| Hex | FC | 3 | 8C | 0 | 63 | 2C | 1 | 147 | 62 | 32 |
| Octal | 374 | 3 | 214 | 0 | 143 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 11 | 10001100 | 0 | 1100011 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC038C
Complementary color
Monochromatic Colors of #FC038C
Black with #FC038C
Text Example
Text Example
White with #FC038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC038C; }
p { color: rgb(252,3,140); }
H1.HeaderClassName
{
color: #FC038C;
}
.AnyTagClassName
{
color: #FC038C;
}
</style>
background-color css
<style>
a { background-color: #FC038C; }
a { background-color: rgb(252,3,140); }
div.DivClassName
{
background-color: #FC038C;
}
.BgClassName
{
background-color: #FC038C;
}
</style>
border-color css
<style>
span { border-color: #FC038C; }
span { border-color: rgb(252,3,140); }
td.TdClassName
{
border-color: #FC038C;
}
.TagClassName
{
border-color: #FC038C;
}
</style>