Shades of Violet Red #FF3685
Tints of Violet Red #FF3685
RGB
CMYK
RGB Variations
Color information
#FF3685 (or 0xFF3685) is known color: Violet Red. HEX triplet: FF, 36 and 85. RGB value is (255,54,133). Sum of RGB (Red+Green+Blue) = 255+54+133=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3685 is #00C97A. Grayscale: #7A7A7A. Windows color (decimal): -51579 or 8730367. OLE color: 8730367.
HSL color Cylindrical-coordinate representation of color #FF3685: hue angle of 336.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3685 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 133 | - |
| CMYK | 0 | 0.79 | 0.48 | 0 |
| HSL | 336.42º | 1% | 0.61% | - |
| HSV(B) | 336.42º | 0.79% | 1% | - |
| XYZ | 46.79 | 25.59 | 24.66 | - |
| YUV | 123.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 133 | 0 | 0.79 | 0.48 | 0 | 336.42 | 1 | 0.61 |
| Hex | FF | 36 | 85 | 0 | 4F | 30 | 0 | 150 | 64 | 3D |
| Octal | 377 | 66 | 205 | 0 | 117 | 60 | 0 | 520 | 144 | 75 |
| Binary | 11111111 | 110110 | 10000101 | 0 | 1001111 | 110000 | 0 | 101010000 | 1100100 | 111101 |
Color Harmonies of #FF3685
Complementary color
Monochromatic Colors of #FF3685
Black with #FF3685
Text Example
Text Example
White with #FF3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3685; }
p { color: rgb(255,54,133); }
H1.HeaderClassName
{
color: #FF3685;
}
.AnyTagClassName
{
color: #FF3685;
}
</style>
background-color css
<style>
a { background-color: #FF3685; }
a { background-color: rgb(255,54,133); }
div.DivClassName
{
background-color: #FF3685;
}
.BgClassName
{
background-color: #FF3685;
}
</style>
border-color css
<style>
span { border-color: #FF3685; }
span { border-color: rgb(255,54,133); }
td.TdClassName
{
border-color: #FF3685;
}
.TagClassName
{
border-color: #FF3685;
}
</style>