Shades of Violet Red #F2407B
Tints of Violet Red #F2407B
RGB
CMYK
RGB Variations
Color information
#F2407B (or 0xF2407B) is known color: Violet Red. HEX triplet: F2, 40 and 7B. RGB value is (242,64,123). Sum of RGB (Red+Green+Blue) = 242+64+123=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F2407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2407B is #0DBF84. Grayscale: #7B7B7B. Windows color (decimal): -900997 or 8077554. OLE color: 8077554.
HSL color Cylindrical-coordinate representation of color #F2407B: hue angle of 340.11º 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 #F2407B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 123 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.05 |
| HSL | 340.11º | 0.87% | 0.6% | - |
| HSV(B) | 340.11º | 0.74% | 0.95% | - |
| XYZ | 42.03 | 23.97 | 21.15 | - |
| YUV | 123.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 123 | 0 | 0.74 | 0.49 | 0.05 | 340.11 | 0.87 | 0.6 |
| Hex | F2 | 40 | 7B | 0 | 4A | 31 | 5 | 154 | 57 | 3C |
| Octal | 362 | 100 | 173 | 0 | 112 | 61 | 5 | 524 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1111011 | 0 | 1001010 | 110001 | 101 | 101010100 | 1010111 | 111100 |
Color Harmonies of #F2407B
Complementary color
Monochromatic Colors of #F2407B
Black with #F2407B
Text Example
Text Example
White with #F2407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2407B; }
p { color: rgb(242,64,123); }
H1.HeaderClassName
{
color: #F2407B;
}
.AnyTagClassName
{
color: #F2407B;
}
</style>
background-color css
<style>
a { background-color: #F2407B; }
a { background-color: rgb(242,64,123); }
div.DivClassName
{
background-color: #F2407B;
}
.BgClassName
{
background-color: #F2407B;
}
</style>
border-color css
<style>
span { border-color: #F2407B; }
span { border-color: rgb(242,64,123); }
td.TdClassName
{
border-color: #F2407B;
}
.TagClassName
{
border-color: #F2407B;
}
</style>