Shades of Violet Red #FF3F90
Tints of Violet Red #FF3F90
RGB
CMYK
RGB Variations
Color information
#FF3F90 (or 0xFF3F90) is known color: Violet Red. HEX triplet: FF, 3F and 90. RGB value is (255,63,144). Sum of RGB (Red+Green+Blue) = 255+63+144=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F90 is #00C06F. Grayscale: #818181. Windows color (decimal): -49264 or 9453567. OLE color: 9453567.
HSL color Cylindrical-coordinate representation of color #FF3F90: hue angle of 334.69º 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 #FF3F90 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 144 | - |
| CMYK | 0 | 0.75 | 0.44 | 0 |
| HSL | 334.69º | 1% | 0.62% | - |
| HSV(B) | 334.69º | 0.75% | 1% | - |
| XYZ | 48.05 | 26.83 | 29.03 | - |
| YUV | 129.64 | 136.11 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 144 | 0 | 0.75 | 0.44 | 0 | 334.69 | 1 | 0.62 |
| Hex | FF | 3F | 90 | 0 | 4B | 2C | 0 | 14F | 64 | 3E |
| Octal | 377 | 77 | 220 | 0 | 113 | 54 | 0 | 517 | 144 | 76 |
| Binary | 11111111 | 111111 | 10010000 | 0 | 1001011 | 101100 | 0 | 101001111 | 1100100 | 111110 |
Color Harmonies of #FF3F90
Complementary color
Monochromatic Colors of #FF3F90
Black with #FF3F90
Text Example
Text Example
White with #FF3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F90; }
p { color: rgb(255,63,144); }
H1.HeaderClassName
{
color: #FF3F90;
}
.AnyTagClassName
{
color: #FF3F90;
}
</style>
background-color css
<style>
a { background-color: #FF3F90; }
a { background-color: rgb(255,63,144); }
div.DivClassName
{
background-color: #FF3F90;
}
.BgClassName
{
background-color: #FF3F90;
}
</style>
border-color css
<style>
span { border-color: #FF3F90; }
span { border-color: rgb(255,63,144); }
td.TdClassName
{
border-color: #FF3F90;
}
.TagClassName
{
border-color: #FF3F90;
}
</style>