Shades of Violet Red #FD4185
Tints of Violet Red #FD4185
RGB
CMYK
RGB Variations
Color information
#FD4185 (or 0xFD4185) is known color: Violet Red. HEX triplet: FD, 41 and 85. RGB value is (253,65,133). Sum of RGB (Red+Green+Blue) = 253+65+133=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4185 is #02BE7A. Grayscale: #808080. Windows color (decimal): -179835 or 8733181. OLE color: 8733181.
HSL color Cylindrical-coordinate representation of color #FD4185: hue angle of 338.3º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4185 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 133 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.01 |
| HSL | 338.3º | 0.98% | 0.62% | - |
| HSV(B) | 338.3º | 0.74% | 0.99% | - |
| XYZ | 46.63 | 26.36 | 24.82 | - |
| YUV | 128.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 133 | 0 | 0.74 | 0.47 | 0.01 | 338.3 | 0.98 | 0.62 |
| Hex | FD | 41 | 85 | 0 | 4A | 2F | 1 | 152 | 62 | 3E |
| Octal | 375 | 101 | 205 | 0 | 112 | 57 | 1 | 522 | 142 | 76 |
| Binary | 11111101 | 1000001 | 10000101 | 0 | 1001010 | 101111 | 1 | 101010010 | 1100010 | 111110 |
Color Harmonies of #FD4185
Complementary color
Monochromatic Colors of #FD4185
Black with #FD4185
Text Example
Text Example
White with #FD4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4185; }
p { color: rgb(253,65,133); }
H1.HeaderClassName
{
color: #FD4185;
}
.AnyTagClassName
{
color: #FD4185;
}
</style>
background-color css
<style>
a { background-color: #FD4185; }
a { background-color: rgb(253,65,133); }
div.DivClassName
{
background-color: #FD4185;
}
.BgClassName
{
background-color: #FD4185;
}
</style>
border-color css
<style>
span { border-color: #FD4185; }
span { border-color: rgb(253,65,133); }
td.TdClassName
{
border-color: #FD4185;
}
.TagClassName
{
border-color: #FD4185;
}
</style>