Shades of Deep Pink #FC1E94
Tints of Deep Pink #FC1E94
RGB
CMYK
RGB Variations
Color information
#FC1E94 (or 0xFC1E94) is known color: Deep Pink. HEX triplet: FC, 1E and 94. RGB value is (252,30,148). Sum of RGB (Red+Green+Blue) = 252+30+148=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E94 is #03E16B. Grayscale: #6D6D6D. Windows color (decimal): -254316 or 9707260. OLE color: 9707260.
HSL color Cylindrical-coordinate representation of color #FC1E94: hue angle of 328.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E94 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 148 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.01 |
| HSL | 328.11º | 0.97% | 0.55% | - |
| HSV(B) | 328.11º | 0.88% | 0.99% | - |
| XYZ | 45.95 | 23.76 | 30.18 | - |
| YUV | 109.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 148 | 0 | 0.88 | 0.41 | 0.01 | 328.11 | 0.97 | 0.55 |
| Hex | FC | 1E | 94 | 0 | 58 | 29 | 1 | 148 | 61 | 37 |
| Octal | 374 | 36 | 224 | 0 | 130 | 51 | 1 | 510 | 141 | 67 |
| Binary | 11111100 | 11110 | 10010100 | 0 | 1011000 | 101001 | 1 | 101001000 | 1100001 | 110111 |
Color Harmonies of #FC1E94
Complementary color
Monochromatic Colors of #FC1E94
Black with #FC1E94
Text Example
Text Example
White with #FC1E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E94; }
p { color: rgb(252,30,148); }
H1.HeaderClassName
{
color: #FC1E94;
}
.AnyTagClassName
{
color: #FC1E94;
}
</style>
background-color css
<style>
a { background-color: #FC1E94; }
a { background-color: rgb(252,30,148); }
div.DivClassName
{
background-color: #FC1E94;
}
.BgClassName
{
background-color: #FC1E94;
}
</style>
border-color css
<style>
span { border-color: #FC1E94; }
span { border-color: rgb(252,30,148); }
td.TdClassName
{
border-color: #FC1E94;
}
.TagClassName
{
border-color: #FC1E94;
}
</style>