Shades of Violet Red #F2397D
Tints of Violet Red #F2397D
RGB
CMYK
RGB Variations
Color information
#F2397D (or 0xF2397D) is known color: Violet Red. HEX triplet: F2, 39 and 7D. RGB value is (242,57,125). Sum of RGB (Red+Green+Blue) = 242+57+125=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2397D is #0DC682. Grayscale: #777777. Windows color (decimal): -902787 or 8206834. OLE color: 8206834.
HSL color Cylindrical-coordinate representation of color #F2397D: hue angle of 337.95º 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 #F2397D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 125 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.05 |
| HSL | 337.95º | 0.88% | 0.59% | - |
| HSV(B) | 337.95º | 0.76% | 0.95% | - |
| XYZ | 41.78 | 23.28 | 21.69 | - |
| YUV | 120.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 125 | 0 | 0.76 | 0.48 | 0.05 | 337.95 | 0.88 | 0.59 |
| Hex | F2 | 39 | 7D | 0 | 4C | 30 | 5 | 152 | 58 | 3B |
| Octal | 362 | 71 | 175 | 0 | 114 | 60 | 5 | 522 | 130 | 73 |
| Binary | 11110010 | 111001 | 1111101 | 0 | 1001100 | 110000 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F2397D
Complementary color
Monochromatic Colors of #F2397D
Black with #F2397D
Text Example
Text Example
White with #F2397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2397D; }
p { color: rgb(242,57,125); }
H1.HeaderClassName
{
color: #F2397D;
}
.AnyTagClassName
{
color: #F2397D;
}
</style>
background-color css
<style>
a { background-color: #F2397D; }
a { background-color: rgb(242,57,125); }
div.DivClassName
{
background-color: #F2397D;
}
.BgClassName
{
background-color: #F2397D;
}
</style>
border-color css
<style>
span { border-color: #F2397D; }
span { border-color: rgb(242,57,125); }
td.TdClassName
{
border-color: #F2397D;
}
.TagClassName
{
border-color: #F2397D;
}
</style>