Shades of Violet Red #F24377
Tints of Violet Red #F24377
RGB
CMYK
RGB Variations
Color information
#F24377 (or 0xF24377) is known color: Violet Red. HEX triplet: F2, 43 and 77. RGB value is (242,67,119). Sum of RGB (Red+Green+Blue) = 242+67+119=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F24377 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24377 is #0DBC88. Grayscale: #7D7D7D. Windows color (decimal): -900233 or 7816178. OLE color: 7816178.
HSL color Cylindrical-coordinate representation of color #F24377: hue angle of 342.17º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24377 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 119 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.05 |
| HSL | 342.17º | 0.87% | 0.61% | - |
| HSV(B) | 342.17º | 0.72% | 0.95% | - |
| XYZ | 41.95 | 24.22 | 19.92 | - |
| YUV | 125.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 119 | 0 | 0.72 | 0.51 | 0.05 | 342.17 | 0.87 | 0.61 |
| Hex | F2 | 43 | 77 | 0 | 48 | 33 | 5 | 156 | 57 | 3D |
| Octal | 362 | 103 | 167 | 0 | 110 | 63 | 5 | 526 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1110111 | 0 | 1001000 | 110011 | 101 | 101010110 | 1010111 | 111101 |
Color Harmonies of #F24377
Complementary color
Monochromatic Colors of #F24377
Black with #F24377
Text Example
Text Example
White with #F24377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24377; }
p { color: rgb(242,67,119); }
H1.HeaderClassName
{
color: #F24377;
}
.AnyTagClassName
{
color: #F24377;
}
</style>
background-color css
<style>
a { background-color: #F24377; }
a { background-color: rgb(242,67,119); }
div.DivClassName
{
background-color: #F24377;
}
.BgClassName
{
background-color: #F24377;
}
</style>
border-color css
<style>
span { border-color: #F24377; }
span { border-color: rgb(242,67,119); }
td.TdClassName
{
border-color: #F24377;
}
.TagClassName
{
border-color: #F24377;
}
</style>