Shades of Deep Pink #FF038F
Tints of Deep Pink #FF038F
RGB
CMYK
RGB Variations
Color information
#FF038F (or 0xFF038F) is known color: Deep Pink. HEX triplet: FF, 03 and 8F. RGB value is (255,3,143). Sum of RGB (Red+Green+Blue) = 255+3+143=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF038F is #00FC70. Grayscale: #5E5E5E. Windows color (decimal): -64625 or 9372671. OLE color: 9372671.
HSL color Cylindrical-coordinate representation of color #FF038F: hue angle of 326.67º 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 #FF038F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 143 | - |
| CMYK | 0 | 0.99 | 0.44 | 0 |
| HSL | 326.67º | 1% | 0.51% | - |
| HSV(B) | 326.67º | 0.99% | 1% | - |
| XYZ | 46.23 | 23.31 | 28.05 | - |
| YUV | 94.31 | 155.49 | 242.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 143 | 0 | 0.99 | 0.44 | 0 | 326.67 | 1 | 0.51 |
| Hex | FF | 3 | 8F | 0 | 63 | 2C | 0 | 147 | 64 | 33 |
| Octal | 377 | 3 | 217 | 0 | 143 | 54 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 11 | 10001111 | 0 | 1100011 | 101100 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF038F
Complementary color
Monochromatic Colors of #FF038F
Black with #FF038F
Text Example
Text Example
White with #FF038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF038F; }
p { color: rgb(255,3,143); }
H1.HeaderClassName
{
color: #FF038F;
}
.AnyTagClassName
{
color: #FF038F;
}
</style>
background-color css
<style>
a { background-color: #FF038F; }
a { background-color: rgb(255,3,143); }
div.DivClassName
{
background-color: #FF038F;
}
.BgClassName
{
background-color: #FF038F;
}
</style>
border-color css
<style>
span { border-color: #FF038F; }
span { border-color: rgb(255,3,143); }
td.TdClassName
{
border-color: #FF038F;
}
.TagClassName
{
border-color: #FF038F;
}
</style>