Shades of Violet Red #FF4376
Tints of Violet Red #FF4376
RGB
CMYK
RGB Variations
Color information
#FF4376 (or 0xFF4376) is known color: Violet Red. HEX triplet: FF, 43 and 76. RGB value is (255,67,118). Sum of RGB (Red+Green+Blue) = 255+67+118=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4376 is #00BC89. Grayscale: #818181. Windows color (decimal): -48266 or 7750655. OLE color: 7750655.
HSL color Cylindrical-coordinate representation of color #FF4376: hue angle of 343.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4376 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 118 | - |
| CMYK | 0 | 0.74 | 0.54 | 0 |
| HSL | 343.72º | 1% | 0.63% | - |
| HSV(B) | 343.72º | 0.74% | 1% | - |
| XYZ | 46.52 | 26.58 | 19.82 | - |
| YUV | 129.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 118 | 0 | 0.74 | 0.54 | 0 | 343.72 | 1 | 0.63 |
| Hex | FF | 43 | 76 | 0 | 4A | 36 | 0 | 158 | 64 | 3F |
| Octal | 377 | 103 | 166 | 0 | 112 | 66 | 0 | 530 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1110110 | 0 | 1001010 | 110110 | 0 | 101011000 | 1100100 | 111111 |
Color Harmonies of #FF4376
Complementary color
Monochromatic Colors of #FF4376
Black with #FF4376
Text Example
Text Example
White with #FF4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4376; }
p { color: rgb(255,67,118); }
H1.HeaderClassName
{
color: #FF4376;
}
.AnyTagClassName
{
color: #FF4376;
}
</style>
background-color css
<style>
a { background-color: #FF4376; }
a { background-color: rgb(255,67,118); }
div.DivClassName
{
background-color: #FF4376;
}
.BgClassName
{
background-color: #FF4376;
}
</style>
border-color css
<style>
span { border-color: #FF4376; }
span { border-color: rgb(255,67,118); }
td.TdClassName
{
border-color: #FF4376;
}
.TagClassName
{
border-color: #FF4376;
}
</style>