Shades of Violet Red #F2407D
Tints of Violet Red #F2407D
RGB
CMYK
RGB Variations
Color information
#F2407D (or 0xF2407D) is known color: Violet Red. HEX triplet: F2, 40 and 7D. RGB value is (242,64,125). Sum of RGB (Red+Green+Blue) = 242+64+125=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2407D is #0DBF82. Grayscale: #7C7C7C. Windows color (decimal): -900995 or 8208626. OLE color: 8208626.
HSL color Cylindrical-coordinate representation of color #F2407D: hue angle of 339.44º degrees, saturation: 0.87, 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 #F2407D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 125 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.05 |
| HSL | 339.44º | 0.87% | 0.6% | - |
| HSV(B) | 339.44º | 0.74% | 0.95% | - |
| XYZ | 42.15 | 24.02 | 21.82 | - |
| YUV | 124.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 125 | 0 | 0.74 | 0.48 | 0.05 | 339.44 | 0.87 | 0.6 |
| Hex | F2 | 40 | 7D | 0 | 4A | 30 | 5 | 153 | 57 | 3C |
| Octal | 362 | 100 | 175 | 0 | 112 | 60 | 5 | 523 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1111101 | 0 | 1001010 | 110000 | 101 | 101010011 | 1010111 | 111100 |
Color Harmonies of #F2407D
Complementary color
Monochromatic Colors of #F2407D
Black with #F2407D
Text Example
Text Example
White with #F2407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2407D; }
p { color: rgb(242,64,125); }
H1.HeaderClassName
{
color: #F2407D;
}
.AnyTagClassName
{
color: #F2407D;
}
</style>
background-color css
<style>
a { background-color: #F2407D; }
a { background-color: rgb(242,64,125); }
div.DivClassName
{
background-color: #F2407D;
}
.BgClassName
{
background-color: #F2407D;
}
</style>
border-color css
<style>
span { border-color: #F2407D; }
span { border-color: rgb(242,64,125); }
td.TdClassName
{
border-color: #F2407D;
}
.TagClassName
{
border-color: #F2407D;
}
</style>