Shades of Violet Red #F9387B
Tints of Violet Red #F9387B
RGB
CMYK
RGB Variations
Color information
#F9387B (or 0xF9387B) is known color: Violet Red. HEX triplet: F9, 38 and 7B. RGB value is (249,56,123). Sum of RGB (Red+Green+Blue) = 249+56+123=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9387B is #06C784. Grayscale: #797979. Windows color (decimal): -444293 or 8075513. OLE color: 8075513.
HSL color Cylindrical-coordinate representation of color #F9387B: hue angle of 339.17º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9387B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 123 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 339.17º | 0.94% | 0.6% | - |
| HSV(B) | 339.17º | 0.78% | 0.98% | - |
| XYZ | 44.06 | 24.4 | 21.13 | - |
| YUV | 121.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 123 | 0 | 0.78 | 0.51 | 0.02 | 339.17 | 0.94 | 0.6 |
| Hex | F9 | 38 | 7B | 0 | 4E | 33 | 2 | 153 | 5E | 3C |
| Octal | 371 | 70 | 173 | 0 | 116 | 63 | 2 | 523 | 136 | 74 |
| Binary | 11111001 | 111000 | 1111011 | 0 | 1001110 | 110011 | 10 | 101010011 | 1011110 | 111100 |
Color Harmonies of #F9387B
Complementary color
Monochromatic Colors of #F9387B
Black with #F9387B
Text Example
Text Example
White with #F9387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9387B; }
p { color: rgb(249,56,123); }
H1.HeaderClassName
{
color: #F9387B;
}
.AnyTagClassName
{
color: #F9387B;
}
</style>
background-color css
<style>
a { background-color: #F9387B; }
a { background-color: rgb(249,56,123); }
div.DivClassName
{
background-color: #F9387B;
}
.BgClassName
{
background-color: #F9387B;
}
</style>
border-color css
<style>
span { border-color: #F9387B; }
span { border-color: rgb(249,56,123); }
td.TdClassName
{
border-color: #F9387B;
}
.TagClassName
{
border-color: #F9387B;
}
</style>