Shades of Violet Red #FF438E
Tints of Violet Red #FF438E
RGB
CMYK
RGB Variations
Color information
#FF438E (or 0xFF438E) is known color: Violet Red. HEX triplet: FF, 43 and 8E. RGB value is (255,67,142). Sum of RGB (Red+Green+Blue) = 255+67+142=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF438E is #00BC71. Grayscale: #838383. Windows color (decimal): -48242 or 9323519. OLE color: 9323519.
HSL color Cylindrical-coordinate representation of color #FF438E: hue angle of 336.06º 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 #FF438E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 142 | - |
| CMYK | 0 | 0.74 | 0.44 | 0 |
| HSL | 336.06º | 1% | 0.63% | - |
| HSV(B) | 336.06º | 0.74% | 1% | - |
| XYZ | 48.13 | 27.23 | 28.31 | - |
| YUV | 131.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 142 | 0 | 0.74 | 0.44 | 0 | 336.06 | 1 | 0.63 |
| Hex | FF | 43 | 8E | 0 | 4A | 2C | 0 | 150 | 64 | 3F |
| Octal | 377 | 103 | 216 | 0 | 112 | 54 | 0 | 520 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10001110 | 0 | 1001010 | 101100 | 0 | 101010000 | 1100100 | 111111 |
Color Harmonies of #FF438E
Complementary color
Monochromatic Colors of #FF438E
Black with #FF438E
Text Example
Text Example
White with #FF438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF438E; }
p { color: rgb(255,67,142); }
H1.HeaderClassName
{
color: #FF438E;
}
.AnyTagClassName
{
color: #FF438E;
}
</style>
background-color css
<style>
a { background-color: #FF438E; }
a { background-color: rgb(255,67,142); }
div.DivClassName
{
background-color: #FF438E;
}
.BgClassName
{
background-color: #FF438E;
}
</style>
border-color css
<style>
span { border-color: #FF438E; }
span { border-color: rgb(255,67,142); }
td.TdClassName
{
border-color: #FF438E;
}
.TagClassName
{
border-color: #FF438E;
}
</style>