Shades of Violet Red #F2358B
Tints of Violet Red #F2358B
RGB
CMYK
RGB Variations
Color information
#F2358B (or 0xF2358B) is known color: Violet Red. HEX triplet: F2, 35 and 8B. RGB value is (242,53,139). Sum of RGB (Red+Green+Blue) = 242+53+139=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2358B is #0DCA74. Grayscale: #777777. Windows color (decimal): -903797 or 9123314. OLE color: 9123314.
HSL color Cylindrical-coordinate representation of color #F2358B: hue angle of 332.7º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2358B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.05 |
| HSL | 332.7º | 0.88% | 0.58% | - |
| HSV(B) | 332.7º | 0.78% | 0.95% | - |
| XYZ | 42.55 | 23.29 | 26.68 | - |
| YUV | 119.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 139 | 0 | 0.78 | 0.43 | 0.05 | 332.7 | 0.88 | 0.58 |
| Hex | F2 | 35 | 8B | 0 | 4E | 2B | 5 | 14D | 58 | 3A |
| Octal | 362 | 65 | 213 | 0 | 116 | 53 | 5 | 515 | 130 | 72 |
| Binary | 11110010 | 110101 | 10001011 | 0 | 1001110 | 101011 | 101 | 101001101 | 1011000 | 111010 |
Color Harmonies of #F2358B
Complementary color
Monochromatic Colors of #F2358B
Black with #F2358B
Text Example
Text Example
White with #F2358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2358B; }
p { color: rgb(242,53,139); }
H1.HeaderClassName
{
color: #F2358B;
}
.AnyTagClassName
{
color: #F2358B;
}
</style>
background-color css
<style>
a { background-color: #F2358B; }
a { background-color: rgb(242,53,139); }
div.DivClassName
{
background-color: #F2358B;
}
.BgClassName
{
background-color: #F2358B;
}
</style>
border-color css
<style>
span { border-color: #F2358B; }
span { border-color: rgb(242,53,139); }
td.TdClassName
{
border-color: #F2358B;
}
.TagClassName
{
border-color: #F2358B;
}
</style>