Shades of Violet Red #FF3F7F
Tints of Violet Red #FF3F7F
RGB
CMYK
RGB Variations
Color information
#FF3F7F (or 0xFF3F7F) is known color: Violet Red. HEX triplet: FF, 3F and 7F. RGB value is (255,63,127). Sum of RGB (Red+Green+Blue) = 255+63+127=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F7F is #00C080. Grayscale: #7F7F7F. Windows color (decimal): -49281 or 8339455. OLE color: 8339455.
HSL color Cylindrical-coordinate representation of color #FF3F7F: hue angle of 340º 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 #FF3F7F is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 127 | - |
| CMYK | 0 | 0.75 | 0.50 | 0 |
| HSL | 340º | 1% | 0.62% | - |
| HSV(B) | 340º | 0.75% | 1% | - |
| XYZ | 46.85 | 26.35 | 22.7 | - |
| YUV | 127.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 127 | 0 | 0.75 | 0.50 | 0 | 340 | 1 | 0.62 |
| Hex | FF | 3F | 7F | 0 | 4B | 32 | 0 | 154 | 64 | 3E |
| Octal | 377 | 77 | 177 | 0 | 113 | 62 | 0 | 524 | 144 | 76 |
| Binary | 11111111 | 111111 | 1111111 | 0 | 1001011 | 110010 | 0 | 101010100 | 1100100 | 111110 |
Color Harmonies of #FF3F7F
Complementary color
Monochromatic Colors of #FF3F7F
Black with #FF3F7F
Text Example
Text Example
White with #FF3F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F7F; }
p { color: rgb(255,63,127); }
H1.HeaderClassName
{
color: #FF3F7F;
}
.AnyTagClassName
{
color: #FF3F7F;
}
</style>
background-color css
<style>
a { background-color: #FF3F7F; }
a { background-color: rgb(255,63,127); }
div.DivClassName
{
background-color: #FF3F7F;
}
.BgClassName
{
background-color: #FF3F7F;
}
</style>
border-color css
<style>
span { border-color: #FF3F7F; }
span { border-color: rgb(255,63,127); }
td.TdClassName
{
border-color: #FF3F7F;
}
.TagClassName
{
border-color: #FF3F7F;
}
</style>