Shades of Deep Pink #FC238A
Tints of Deep Pink #FC238A
RGB
CMYK
RGB Variations
Color information
#FC238A (or 0xFC238A) is known color: Deep Pink. HEX triplet: FC, 23 and 8A. RGB value is (252,35,138). Sum of RGB (Red+Green+Blue) = 252+35+138=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC238A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC238A is #03DC75. Grayscale: #6F6F6F. Windows color (decimal): -253046 or 9053180. OLE color: 9053180.
HSL color Cylindrical-coordinate representation of color #FC238A: hue angle of 331.52º 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 #FC238A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 138 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.01 |
| HSL | 331.52º | 0.97% | 0.56% | - |
| HSV(B) | 331.52º | 0.86% | 0.99% | - |
| XYZ | 45.33 | 23.73 | 26.24 | - |
| YUV | 111.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 138 | 0 | 0.86 | 0.45 | 0.01 | 331.52 | 0.97 | 0.56 |
| Hex | FC | 23 | 8A | 0 | 56 | 2D | 1 | 14C | 61 | 38 |
| Octal | 374 | 43 | 212 | 0 | 126 | 55 | 1 | 514 | 141 | 70 |
| Binary | 11111100 | 100011 | 10001010 | 0 | 1010110 | 101101 | 1 | 101001100 | 1100001 | 111000 |
Color Harmonies of #FC238A
Complementary color
Monochromatic Colors of #FC238A
Black with #FC238A
Text Example
Text Example
White with #FC238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC238A; }
p { color: rgb(252,35,138); }
H1.HeaderClassName
{
color: #FC238A;
}
.AnyTagClassName
{
color: #FC238A;
}
</style>
background-color css
<style>
a { background-color: #FC238A; }
a { background-color: rgb(252,35,138); }
div.DivClassName
{
background-color: #FC238A;
}
.BgClassName
{
background-color: #FC238A;
}
</style>
border-color css
<style>
span { border-color: #FC238A; }
span { border-color: rgb(252,35,138); }
td.TdClassName
{
border-color: #FC238A;
}
.TagClassName
{
border-color: #FC238A;
}
</style>