Shades of Deep Pink #FC038F
Tints of Deep Pink #FC038F
RGB
CMYK
RGB Variations
Color information
#FC038F (or 0xFC038F) is known color: Deep Pink. HEX triplet: FC, 03 and 8F. RGB value is (252,3,143). Sum of RGB (Red+Green+Blue) = 252+3+143=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC038F is #03FC70. Grayscale: #5D5D5D. Windows color (decimal): -261233 or 9372668. OLE color: 9372668.
HSL color Cylindrical-coordinate representation of color #FC038F: hue angle of 326.27º 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 #FC038F is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.01 |
| HSL | 326.27º | 0.98% | 0.5% | - |
| HSV(B) | 326.27º | 0.99% | 0.99% | - |
| XYZ | 45.14 | 22.74 | 28 | - |
| YUV | 93.41 | 155.99 | 241.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 143 | 0 | 0.99 | 0.43 | 0.01 | 326.27 | 0.98 | 0.5 |
| Hex | FC | 3 | 8F | 0 | 63 | 2B | 1 | 146 | 62 | 32 |
| Octal | 374 | 3 | 217 | 0 | 143 | 53 | 1 | 506 | 142 | 62 |
| Binary | 11111100 | 11 | 10001111 | 0 | 1100011 | 101011 | 1 | 101000110 | 1100010 | 110010 |
Color Harmonies of #FC038F
Complementary color
Monochromatic Colors of #FC038F
Black with #FC038F
Text Example
Text Example
White with #FC038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC038F; }
p { color: rgb(252,3,143); }
H1.HeaderClassName
{
color: #FC038F;
}
.AnyTagClassName
{
color: #FC038F;
}
</style>
background-color css
<style>
a { background-color: #FC038F; }
a { background-color: rgb(252,3,143); }
div.DivClassName
{
background-color: #FC038F;
}
.BgClassName
{
background-color: #FC038F;
}
</style>
border-color css
<style>
span { border-color: #FC038F; }
span { border-color: rgb(252,3,143); }
td.TdClassName
{
border-color: #FC038F;
}
.TagClassName
{
border-color: #FC038F;
}
</style>