Shades of Violet Red #FF307E
Tints of Violet Red #FF307E
RGB
CMYK
RGB Variations
Color information
#FF307E (or 0xFF307E) is known color: Violet Red. HEX triplet: FF, 30 and 7E. RGB value is (255,48,126). Sum of RGB (Red+Green+Blue) = 255+48+126=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF307E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF307E is #00CF81. Grayscale: #767676. Windows color (decimal): -53122 or 8270079. OLE color: 8270079.
HSL color Cylindrical-coordinate representation of color #FF307E: hue angle of 337.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF307E is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 126 | - |
| CMYK | 0 | 0.81 | 0.51 | 0 |
| HSL | 337.39º | 1% | 0.59% | - |
| HSV(B) | 337.39º | 0.81% | 1% | - |
| XYZ | 46.06 | 24.88 | 22.11 | - |
| YUV | 118.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 126 | 0 | 0.81 | 0.51 | 0 | 337.39 | 1 | 0.59 |
| Hex | FF | 30 | 7E | 0 | 51 | 33 | 0 | 151 | 64 | 3B |
| Octal | 377 | 60 | 176 | 0 | 121 | 63 | 0 | 521 | 144 | 73 |
| Binary | 11111111 | 110000 | 1111110 | 0 | 1010001 | 110011 | 0 | 101010001 | 1100100 | 111011 |
Color Harmonies of #FF307E
Complementary color
Monochromatic Colors of #FF307E
Black with #FF307E
Text Example
Text Example
White with #FF307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF307E; }
p { color: rgb(255,48,126); }
H1.HeaderClassName
{
color: #FF307E;
}
.AnyTagClassName
{
color: #FF307E;
}
</style>
background-color css
<style>
a { background-color: #FF307E; }
a { background-color: rgb(255,48,126); }
div.DivClassName
{
background-color: #FF307E;
}
.BgClassName
{
background-color: #FF307E;
}
</style>
border-color css
<style>
span { border-color: #FF307E; }
span { border-color: rgb(255,48,126); }
td.TdClassName
{
border-color: #FF307E;
}
.TagClassName
{
border-color: #FF307E;
}
</style>