Shades of Deep Pink #FC238B
Tints of Deep Pink #FC238B
RGB
CMYK
RGB Variations
Color information
#FC238B (or 0xFC238B) is known color: Deep Pink. HEX triplet: FC, 23 and 8B. RGB value is (252,35,139). Sum of RGB (Red+Green+Blue) = 252+35+139=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC238B is #03DC74. Grayscale: #6F6F6F. Windows color (decimal): -253045 or 9118716. OLE color: 9118716.
HSL color Cylindrical-coordinate representation of color #FC238B: hue angle of 331.24º 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 #FC238B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 139 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.01 |
| HSL | 331.24º | 0.97% | 0.56% | - |
| HSV(B) | 331.24º | 0.86% | 0.99% | - |
| XYZ | 45.41 | 23.76 | 26.62 | - |
| YUV | 111.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 139 | 0 | 0.86 | 0.45 | 0.01 | 331.24 | 0.97 | 0.56 |
| Hex | FC | 23 | 8B | 0 | 56 | 2D | 1 | 14B | 61 | 38 |
| Octal | 374 | 43 | 213 | 0 | 126 | 55 | 1 | 513 | 141 | 70 |
| Binary | 11111100 | 100011 | 10001011 | 0 | 1010110 | 101101 | 1 | 101001011 | 1100001 | 111000 |
Color Harmonies of #FC238B
Complementary color
Monochromatic Colors of #FC238B
Black with #FC238B
Text Example
Text Example
White with #FC238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC238B; }
p { color: rgb(252,35,139); }
H1.HeaderClassName
{
color: #FC238B;
}
.AnyTagClassName
{
color: #FC238B;
}
</style>
background-color css
<style>
a { background-color: #FC238B; }
a { background-color: rgb(252,35,139); }
div.DivClassName
{
background-color: #FC238B;
}
.BgClassName
{
background-color: #FC238B;
}
</style>
border-color css
<style>
span { border-color: #FC238B; }
span { border-color: rgb(252,35,139); }
td.TdClassName
{
border-color: #FC238B;
}
.TagClassName
{
border-color: #FC238B;
}
</style>