Shades of Violet Red #FF438B
Tints of Violet Red #FF438B
RGB
CMYK
RGB Variations
Color information
#FF438B (or 0xFF438B) is known color: Violet Red. HEX triplet: FF, 43 and 8B. RGB value is (255,67,139). Sum of RGB (Red+Green+Blue) = 255+67+139=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF438B is #00BC74. Grayscale: #838383. Windows color (decimal): -48245 or 9126911. OLE color: 9126911.
HSL color Cylindrical-coordinate representation of color #FF438B: hue angle of 337.02º 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 #FF438B is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 139 | - |
| CMYK | 0 | 0.74 | 0.45 | 0 |
| HSL | 337.02º | 1% | 0.63% | - |
| HSV(B) | 337.02º | 0.74% | 1% | - |
| XYZ | 47.91 | 27.14 | 27.14 | - |
| YUV | 131.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 139 | 0 | 0.74 | 0.45 | 0 | 337.02 | 1 | 0.63 |
| Hex | FF | 43 | 8B | 0 | 4A | 2D | 0 | 151 | 64 | 3F |
| Octal | 377 | 103 | 213 | 0 | 112 | 55 | 0 | 521 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10001011 | 0 | 1001010 | 101101 | 0 | 101010001 | 1100100 | 111111 |
Color Harmonies of #FF438B
Complementary color
Monochromatic Colors of #FF438B
Black with #FF438B
Text Example
Text Example
White with #FF438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF438B; }
p { color: rgb(255,67,139); }
H1.HeaderClassName
{
color: #FF438B;
}
.AnyTagClassName
{
color: #FF438B;
}
</style>
background-color css
<style>
a { background-color: #FF438B; }
a { background-color: rgb(255,67,139); }
div.DivClassName
{
background-color: #FF438B;
}
.BgClassName
{
background-color: #FF438B;
}
</style>
border-color css
<style>
span { border-color: #FF438B; }
span { border-color: rgb(255,67,139); }
td.TdClassName
{
border-color: #FF438B;
}
.TagClassName
{
border-color: #FF438B;
}
</style>