Shades of Violet Red #F2407F
Tints of Violet Red #F2407F
RGB
CMYK
RGB Variations
Color information
#F2407F (or 0xF2407F) is known color: Violet Red. HEX triplet: F2, 40 and 7F. RGB value is (242,64,127). Sum of RGB (Red+Green+Blue) = 242+64+127=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2407F is #0DBF80. Grayscale: #7C7C7C. Windows color (decimal): -900993 or 8339698. OLE color: 8339698.
HSL color Cylindrical-coordinate representation of color #F2407F: hue angle of 338.76º 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 #F2407F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 127 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.05 |
| HSL | 338.76º | 0.87% | 0.6% | - |
| HSV(B) | 338.76º | 0.74% | 0.95% | - |
| XYZ | 42.28 | 24.08 | 22.5 | - |
| YUV | 124.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 127 | 0 | 0.74 | 0.48 | 0.05 | 338.76 | 0.87 | 0.6 |
| Hex | F2 | 40 | 7F | 0 | 4A | 30 | 5 | 153 | 57 | 3C |
| Octal | 362 | 100 | 177 | 0 | 112 | 60 | 5 | 523 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1111111 | 0 | 1001010 | 110000 | 101 | 101010011 | 1010111 | 111100 |
Color Harmonies of #F2407F
Complementary color
Monochromatic Colors of #F2407F
Black with #F2407F
Text Example
Text Example
White with #F2407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2407F; }
p { color: rgb(242,64,127); }
H1.HeaderClassName
{
color: #F2407F;
}
.AnyTagClassName
{
color: #F2407F;
}
</style>
background-color css
<style>
a { background-color: #F2407F; }
a { background-color: rgb(242,64,127); }
div.DivClassName
{
background-color: #F2407F;
}
.BgClassName
{
background-color: #F2407F;
}
</style>
border-color css
<style>
span { border-color: #F2407F; }
span { border-color: rgb(242,64,127); }
td.TdClassName
{
border-color: #F2407F;
}
.TagClassName
{
border-color: #F2407F;
}
</style>