Shades of Violet Red #F3407F
Tints of Violet Red #F3407F
RGB
CMYK
RGB Variations
Color information
#F3407F (or 0xF3407F) is known color: Violet Red. HEX triplet: F3, 40 and 7F. RGB value is (243,64,127). Sum of RGB (Red+Green+Blue) = 243+64+127=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3407F is #0CBF80. Grayscale: #7C7C7C. Windows color (decimal): -835457 or 8339699. OLE color: 8339699.
HSL color Cylindrical-coordinate representation of color #F3407F: hue angle of 338.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3407F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 127 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.05 |
| HSL | 338.88º | 0.88% | 0.6% | - |
| HSV(B) | 338.88º | 0.74% | 0.95% | - |
| XYZ | 42.63 | 24.25 | 22.51 | - |
| YUV | 124.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 127 | 0 | 0.74 | 0.48 | 0.05 | 338.88 | 0.88 | 0.6 |
| Hex | F3 | 40 | 7F | 0 | 4A | 30 | 5 | 153 | 58 | 3C |
| Octal | 363 | 100 | 177 | 0 | 112 | 60 | 5 | 523 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1111111 | 0 | 1001010 | 110000 | 101 | 101010011 | 1011000 | 111100 |
Color Harmonies of #F3407F
Complementary color
Monochromatic Colors of #F3407F
Black with #F3407F
Text Example
Text Example
White with #F3407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3407F; }
p { color: rgb(243,64,127); }
H1.HeaderClassName
{
color: #F3407F;
}
.AnyTagClassName
{
color: #F3407F;
}
</style>
background-color css
<style>
a { background-color: #F3407F; }
a { background-color: rgb(243,64,127); }
div.DivClassName
{
background-color: #F3407F;
}
.BgClassName
{
background-color: #F3407F;
}
</style>
border-color css
<style>
span { border-color: #F3407F; }
span { border-color: rgb(243,64,127); }
td.TdClassName
{
border-color: #F3407F;
}
.TagClassName
{
border-color: #F3407F;
}
</style>