Shades of Deep Pink #FF037F
Tints of Deep Pink #FF037F
RGB
CMYK
RGB Variations
Color information
#FF037F (or 0xFF037F) is known color: Deep Pink. HEX triplet: FF, 03 and 7F. RGB value is (255,3,127). Sum of RGB (Red+Green+Blue) = 255+3+127=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF037F is #00FC80. Grayscale: #5C5C5C. Windows color (decimal): -64641 or 8324095. OLE color: 8324095.
HSL color Cylindrical-coordinate representation of color #FF037F: hue angle of 330.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF037F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.50 | 0 |
| HSL | 330.48º | 1% | 0.51% | - |
| HSV(B) | 330.48º | 0.99% | 1% | - |
| XYZ | 45.1 | 22.86 | 22.11 | - |
| YUV | 92.48 | 147.49 | 243.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 127 | 0 | 0.99 | 0.50 | 0 | 330.48 | 1 | 0.51 |
| Hex | FF | 3 | 7F | 0 | 63 | 32 | 0 | 14A | 64 | 33 |
| Octal | 377 | 3 | 177 | 0 | 143 | 62 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 11 | 1111111 | 0 | 1100011 | 110010 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF037F
Complementary color
Monochromatic Colors of #FF037F
Black with #FF037F
Text Example
Text Example
White with #FF037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF037F; }
p { color: rgb(255,3,127); }
H1.HeaderClassName
{
color: #FF037F;
}
.AnyTagClassName
{
color: #FF037F;
}
</style>
background-color css
<style>
a { background-color: #FF037F; }
a { background-color: rgb(255,3,127); }
div.DivClassName
{
background-color: #FF037F;
}
.BgClassName
{
background-color: #FF037F;
}
</style>
border-color css
<style>
span { border-color: #FF037F; }
span { border-color: rgb(255,3,127); }
td.TdClassName
{
border-color: #FF037F;
}
.TagClassName
{
border-color: #FF037F;
}
</style>