Shades of Deep Pink #FC238E
Tints of Deep Pink #FC238E
RGB
CMYK
RGB Variations
Color information
#FC238E (or 0xFC238E) is known color: Deep Pink. HEX triplet: FC, 23 and 8E. RGB value is (252,35,142). Sum of RGB (Red+Green+Blue) = 252+35+142=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC238E is #03DC71. Grayscale: #6F6F6F. Windows color (decimal): -253042 or 9315324. OLE color: 9315324.
HSL color Cylindrical-coordinate representation of color #FC238E: hue angle of 330.41º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC238E is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 142 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.01 |
| HSL | 330.41º | 0.97% | 0.56% | - |
| HSV(B) | 330.41º | 0.86% | 0.99% | - |
| XYZ | 45.63 | 23.85 | 27.79 | - |
| YUV | 112.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 142 | 0 | 0.86 | 0.44 | 0.01 | 330.41 | 0.97 | 0.56 |
| Hex | FC | 23 | 8E | 0 | 56 | 2C | 1 | 14A | 61 | 38 |
| Octal | 374 | 43 | 216 | 0 | 126 | 54 | 1 | 512 | 141 | 70 |
| Binary | 11111100 | 100011 | 10001110 | 0 | 1010110 | 101100 | 1 | 101001010 | 1100001 | 111000 |
Color Harmonies of #FC238E
Complementary color
Monochromatic Colors of #FC238E
Black with #FC238E
Text Example
Text Example
White with #FC238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC238E; }
p { color: rgb(252,35,142); }
H1.HeaderClassName
{
color: #FC238E;
}
.AnyTagClassName
{
color: #FC238E;
}
</style>
background-color css
<style>
a { background-color: #FC238E; }
a { background-color: rgb(252,35,142); }
div.DivClassName
{
background-color: #FC238E;
}
.BgClassName
{
background-color: #FC238E;
}
</style>
border-color css
<style>
span { border-color: #FC238E; }
span { border-color: rgb(252,35,142); }
td.TdClassName
{
border-color: #FC238E;
}
.TagClassName
{
border-color: #FC238E;
}
</style>