Shades of Violet Red #FF3F7D
Tints of Violet Red #FF3F7D
RGB
CMYK
RGB Variations
Color information
#FF3F7D (or 0xFF3F7D) is known color: Violet Red. HEX triplet: FF, 3F and 7D. RGB value is (255,63,125). Sum of RGB (Red+Green+Blue) = 255+63+125=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F7D is #00C082. Grayscale: #7F7F7F. Windows color (decimal): -49283 or 8208383. OLE color: 8208383.
HSL color Cylindrical-coordinate representation of color #FF3F7D: hue angle of 340.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F7D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 125 | - |
| CMYK | 0 | 0.75 | 0.51 | 0 |
| HSL | 340.63º | 1% | 0.62% | - |
| HSV(B) | 340.63º | 0.75% | 1% | - |
| XYZ | 46.72 | 26.3 | 22.02 | - |
| YUV | 127.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 125 | 0 | 0.75 | 0.51 | 0 | 340.63 | 1 | 0.62 |
| Hex | FF | 3F | 7D | 0 | 4B | 33 | 0 | 155 | 64 | 3E |
| Octal | 377 | 77 | 175 | 0 | 113 | 63 | 0 | 525 | 144 | 76 |
| Binary | 11111111 | 111111 | 1111101 | 0 | 1001011 | 110011 | 0 | 101010101 | 1100100 | 111110 |
Color Harmonies of #FF3F7D
Complementary color
Monochromatic Colors of #FF3F7D
Black with #FF3F7D
Text Example
Text Example
White with #FF3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F7D; }
p { color: rgb(255,63,125); }
H1.HeaderClassName
{
color: #FF3F7D;
}
.AnyTagClassName
{
color: #FF3F7D;
}
</style>
background-color css
<style>
a { background-color: #FF3F7D; }
a { background-color: rgb(255,63,125); }
div.DivClassName
{
background-color: #FF3F7D;
}
.BgClassName
{
background-color: #FF3F7D;
}
</style>
border-color css
<style>
span { border-color: #FF3F7D; }
span { border-color: rgb(255,63,125); }
td.TdClassName
{
border-color: #FF3F7D;
}
.TagClassName
{
border-color: #FF3F7D;
}
</style>