Shades of Violet Red #F2387F
Tints of Violet Red #F2387F
RGB
CMYK
RGB Variations
Color information
#F2387F (or 0xF2387F) is known color: Violet Red. HEX triplet: F2, 38 and 7F. RGB value is (242,56,127). Sum of RGB (Red+Green+Blue) = 242+56+127=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2387F is #0DC780. Grayscale: #777777. Windows color (decimal): -903041 or 8337650. OLE color: 8337650.
HSL color Cylindrical-coordinate representation of color #F2387F: hue angle of 337.1º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2387F is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 127 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.05 |
| HSL | 337.1º | 0.88% | 0.58% | - |
| HSV(B) | 337.1º | 0.77% | 0.95% | - |
| XYZ | 41.86 | 23.24 | 22.36 | - |
| YUV | 119.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 127 | 0 | 0.77 | 0.48 | 0.05 | 337.1 | 0.88 | 0.58 |
| Hex | F2 | 38 | 7F | 0 | 4D | 30 | 5 | 151 | 58 | 3A |
| Octal | 362 | 70 | 177 | 0 | 115 | 60 | 5 | 521 | 130 | 72 |
| Binary | 11110010 | 111000 | 1111111 | 0 | 1001101 | 110000 | 101 | 101010001 | 1011000 | 111010 |
Color Harmonies of #F2387F
Complementary color
Monochromatic Colors of #F2387F
Black with #F2387F
Text Example
Text Example
White with #F2387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2387F; }
p { color: rgb(242,56,127); }
H1.HeaderClassName
{
color: #F2387F;
}
.AnyTagClassName
{
color: #F2387F;
}
</style>
background-color css
<style>
a { background-color: #F2387F; }
a { background-color: rgb(242,56,127); }
div.DivClassName
{
background-color: #F2387F;
}
.BgClassName
{
background-color: #F2387F;
}
</style>
border-color css
<style>
span { border-color: #F2387F; }
span { border-color: rgb(242,56,127); }
td.TdClassName
{
border-color: #F2387F;
}
.TagClassName
{
border-color: #F2387F;
}
</style>