Shades of Deep Pink #FF138A
Tints of Deep Pink #FF138A
RGB
CMYK
RGB Variations
Color information
#FF138A (or 0xFF138A) is known color: Deep Pink. HEX triplet: FF, 13 and 8A. RGB value is (255,19,138). Sum of RGB (Red+Green+Blue) = 255+19+138=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF138A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF138A is #00EC75. Grayscale: #666666. Windows color (decimal): -60534 or 9049087. OLE color: 9049087.
HSL color Cylindrical-coordinate representation of color #FF138A: hue angle of 329.75º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF138A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 138 | - |
| CMYK | 0 | 0.93 | 0.46 | 0 |
| HSL | 329.75º | 1% | 0.54% | - |
| HSV(B) | 329.75º | 0.93% | 1% | - |
| XYZ | 46.06 | 23.56 | 26.16 | - |
| YUV | 103.13 | 147.69 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 138 | 0 | 0.93 | 0.46 | 0 | 329.75 | 1 | 0.54 |
| Hex | FF | 13 | 8A | 0 | 5D | 2E | 0 | 14A | 64 | 36 |
| Octal | 377 | 23 | 212 | 0 | 135 | 56 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10011 | 10001010 | 0 | 1011101 | 101110 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF138A
Complementary color
Monochromatic Colors of #FF138A
Black with #FF138A
Text Example
Text Example
White with #FF138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF138A; }
p { color: rgb(255,19,138); }
H1.HeaderClassName
{
color: #FF138A;
}
.AnyTagClassName
{
color: #FF138A;
}
</style>
background-color css
<style>
a { background-color: #FF138A; }
a { background-color: rgb(255,19,138); }
div.DivClassName
{
background-color: #FF138A;
}
.BgClassName
{
background-color: #FF138A;
}
</style>
border-color css
<style>
span { border-color: #FF138A; }
span { border-color: rgb(255,19,138); }
td.TdClassName
{
border-color: #FF138A;
}
.TagClassName
{
border-color: #FF138A;
}
</style>