Shades of Deep Pink #FC037B
Tints of Deep Pink #FC037B
RGB
CMYK
RGB Variations
Color information
#FC037B (or 0xFC037B) is known color: Deep Pink. HEX triplet: FC, 03 and 7B. RGB value is (252,3,123). Sum of RGB (Red+Green+Blue) = 252+3+123=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC037B is #03FC84. Grayscale: #5A5A5A. Windows color (decimal): -261253 or 8061948. OLE color: 8061948.
HSL color Cylindrical-coordinate representation of color #FC037B: hue angle of 331.08º 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 #FC037B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 123 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.01 |
| HSL | 331.08º | 0.98% | 0.5% | - |
| HSV(B) | 331.08º | 0.99% | 0.99% | - |
| XYZ | 43.75 | 22.19 | 20.72 | - |
| YUV | 91.13 | 145.99 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 123 | 0 | 0.99 | 0.51 | 0.01 | 331.08 | 0.98 | 0.5 |
| Hex | FC | 3 | 7B | 0 | 63 | 33 | 1 | 14B | 62 | 32 |
| Octal | 374 | 3 | 173 | 0 | 143 | 63 | 1 | 513 | 142 | 62 |
| Binary | 11111100 | 11 | 1111011 | 0 | 1100011 | 110011 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FC037B
Complementary color
Monochromatic Colors of #FC037B
Black with #FC037B
Text Example
Text Example
White with #FC037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC037B; }
p { color: rgb(252,3,123); }
H1.HeaderClassName
{
color: #FC037B;
}
.AnyTagClassName
{
color: #FC037B;
}
</style>
background-color css
<style>
a { background-color: #FC037B; }
a { background-color: rgb(252,3,123); }
div.DivClassName
{
background-color: #FC037B;
}
.BgClassName
{
background-color: #FC037B;
}
</style>
border-color css
<style>
span { border-color: #FC037B; }
span { border-color: rgb(252,3,123); }
td.TdClassName
{
border-color: #FC037B;
}
.TagClassName
{
border-color: #FC037B;
}
</style>