Shades of Violet Red #F2397B
Tints of Violet Red #F2397B
RGB
CMYK
RGB Variations
Color information
#F2397B (or 0xF2397B) is known color: Violet Red. HEX triplet: F2, 39 and 7B. RGB value is (242,57,123). Sum of RGB (Red+Green+Blue) = 242+57+123=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2397B is #0DC684. Grayscale: #777777. Windows color (decimal): -902789 or 8075762. OLE color: 8075762.
HSL color Cylindrical-coordinate representation of color #F2397B: hue angle of 338.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2397B is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 123 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.59º | 0.88% | 0.59% | - |
| HSV(B) | 338.59º | 0.76% | 0.95% | - |
| XYZ | 41.66 | 23.23 | 21.03 | - |
| YUV | 119.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 123 | 0 | 0.76 | 0.49 | 0.05 | 338.59 | 0.88 | 0.59 |
| Hex | F2 | 39 | 7B | 0 | 4C | 31 | 5 | 153 | 58 | 3B |
| Octal | 362 | 71 | 173 | 0 | 114 | 61 | 5 | 523 | 130 | 73 |
| Binary | 11110010 | 111001 | 1111011 | 0 | 1001100 | 110001 | 101 | 101010011 | 1011000 | 111011 |
Color Harmonies of #F2397B
Complementary color
Monochromatic Colors of #F2397B
Black with #F2397B
Text Example
Text Example
White with #F2397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2397B; }
p { color: rgb(242,57,123); }
H1.HeaderClassName
{
color: #F2397B;
}
.AnyTagClassName
{
color: #F2397B;
}
</style>
background-color css
<style>
a { background-color: #F2397B; }
a { background-color: rgb(242,57,123); }
div.DivClassName
{
background-color: #F2397B;
}
.BgClassName
{
background-color: #F2397B;
}
</style>
border-color css
<style>
span { border-color: #F2397B; }
span { border-color: rgb(242,57,123); }
td.TdClassName
{
border-color: #F2397B;
}
.TagClassName
{
border-color: #F2397B;
}
</style>