Shades of Deep Pink #FC138B
Tints of Deep Pink #FC138B
RGB
CMYK
RGB Variations
Color information
#FC138B (or 0xFC138B) is known color: Deep Pink. HEX triplet: FC, 13 and 8B. RGB value is (252,19,139). Sum of RGB (Red+Green+Blue) = 252+19+139=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC138B is #03EC74. Grayscale: #666666. Windows color (decimal): -257141 or 9114620. OLE color: 9114620.
HSL color Cylindrical-coordinate representation of color #FC138B: hue angle of 329.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC138B is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.01 |
| HSL | 329.1º | 0.97% | 0.53% | - |
| HSV(B) | 329.1º | 0.92% | 0.99% | - |
| XYZ | 45.04 | 23.03 | 26.5 | - |
| YUV | 102.35 | 148.69 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 139 | 0 | 0.92 | 0.45 | 0.01 | 329.1 | 0.97 | 0.53 |
| Hex | FC | 13 | 8B | 0 | 5C | 2D | 1 | 149 | 61 | 35 |
| Octal | 374 | 23 | 213 | 0 | 134 | 55 | 1 | 511 | 141 | 65 |
| Binary | 11111100 | 10011 | 10001011 | 0 | 1011100 | 101101 | 1 | 101001001 | 1100001 | 110101 |
Color Harmonies of #FC138B
Complementary color
Monochromatic Colors of #FC138B
Black with #FC138B
Text Example
Text Example
White with #FC138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC138B; }
p { color: rgb(252,19,139); }
H1.HeaderClassName
{
color: #FC138B;
}
.AnyTagClassName
{
color: #FC138B;
}
</style>
background-color css
<style>
a { background-color: #FC138B; }
a { background-color: rgb(252,19,139); }
div.DivClassName
{
background-color: #FC138B;
}
.BgClassName
{
background-color: #FC138B;
}
</style>
border-color css
<style>
span { border-color: #FC138B; }
span { border-color: rgb(252,19,139); }
td.TdClassName
{
border-color: #FC138B;
}
.TagClassName
{
border-color: #FC138B;
}
</style>