Shades of Deep Pink #FF127A
Tints of Deep Pink #FF127A
RGB
CMYK
RGB Variations
Color information
#FF127A (or 0xFF127A) is known color: Deep Pink. HEX triplet: FF, 12 and 7A. RGB value is (255,18,122). Sum of RGB (Red+Green+Blue) = 255+18+122=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF127A is #00ED85. Grayscale: #646464. Windows color (decimal): -60806 or 8000255. OLE color: 8000255.
HSL color Cylindrical-coordinate representation of color #FF127A: hue angle of 333.67º 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 #FF127A is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 122 | - |
| CMYK | 0 | 0.93 | 0.52 | 0 |
| HSL | 333.67º | 1% | 0.54% | - |
| HSV(B) | 333.67º | 0.93% | 1% | - |
| XYZ | 44.97 | 23.1 | 20.5 | - |
| YUV | 100.72 | 140.02 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 122 | 0 | 0.93 | 0.52 | 0 | 333.67 | 1 | 0.54 |
| Hex | FF | 12 | 7A | 0 | 5D | 34 | 0 | 14E | 64 | 36 |
| Octal | 377 | 22 | 172 | 0 | 135 | 64 | 0 | 516 | 144 | 66 |
| Binary | 11111111 | 10010 | 1111010 | 0 | 1011101 | 110100 | 0 | 101001110 | 1100100 | 110110 |
Color Harmonies of #FF127A
Complementary color
Monochromatic Colors of #FF127A
Black with #FF127A
Text Example
Text Example
White with #FF127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF127A; }
p { color: rgb(255,18,122); }
H1.HeaderClassName
{
color: #FF127A;
}
.AnyTagClassName
{
color: #FF127A;
}
</style>
background-color css
<style>
a { background-color: #FF127A; }
a { background-color: rgb(255,18,122); }
div.DivClassName
{
background-color: #FF127A;
}
.BgClassName
{
background-color: #FF127A;
}
</style>
border-color css
<style>
span { border-color: #FF127A; }
span { border-color: rgb(255,18,122); }
td.TdClassName
{
border-color: #FF127A;
}
.TagClassName
{
border-color: #FF127A;
}
</style>