Shades of Violet Red #F13D7F
Tints of Violet Red #F13D7F
RGB
CMYK
RGB Variations
Color information
#F13D7F (or 0xF13D7F) is known color: Violet Red. HEX triplet: F1, 3D and 7F. RGB value is (241,61,127). Sum of RGB (Red+Green+Blue) = 241+61+127=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D7F is #0EC280. Grayscale: #7A7A7A. Windows color (decimal): -967297 or 8338929. OLE color: 8338929.
HSL color Cylindrical-coordinate representation of color #F13D7F: hue angle of 338º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13D7F is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 127 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.05 |
| HSL | 338º | 0.87% | 0.59% | - |
| HSV(B) | 338º | 0.75% | 0.95% | - |
| XYZ | 41.78 | 23.57 | 22.43 | - |
| YUV | 122.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 127 | 0 | 0.75 | 0.47 | 0.05 | 338 | 0.87 | 0.59 |
| Hex | F1 | 3D | 7F | 0 | 4B | 2F | 5 | 152 | 57 | 3B |
| Octal | 361 | 75 | 177 | 0 | 113 | 57 | 5 | 522 | 127 | 73 |
| Binary | 11110001 | 111101 | 1111111 | 0 | 1001011 | 101111 | 101 | 101010010 | 1010111 | 111011 |
Color Harmonies of #F13D7F
Complementary color
Monochromatic Colors of #F13D7F
Black with #F13D7F
Text Example
Text Example
White with #F13D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D7F; }
p { color: rgb(241,61,127); }
H1.HeaderClassName
{
color: #F13D7F;
}
.AnyTagClassName
{
color: #F13D7F;
}
</style>
background-color css
<style>
a { background-color: #F13D7F; }
a { background-color: rgb(241,61,127); }
div.DivClassName
{
background-color: #F13D7F;
}
.BgClassName
{
background-color: #F13D7F;
}
</style>
border-color css
<style>
span { border-color: #F13D7F; }
span { border-color: rgb(241,61,127); }
td.TdClassName
{
border-color: #F13D7F;
}
.TagClassName
{
border-color: #F13D7F;
}
</style>