Shades of Violet Red #FB367C
Tints of Violet Red #FB367C
RGB
CMYK
RGB Variations
Color information
#FB367C (or 0xFB367C) is known color: Violet Red. HEX triplet: FB, 36 and 7C. RGB value is (251,54,124). Sum of RGB (Red+Green+Blue) = 251+54+124=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB367C is #04C983. Grayscale: #787878. Windows color (decimal): -313732 or 8140539. OLE color: 8140539.
HSL color Cylindrical-coordinate representation of color #FB367C: hue angle of 338.68º degrees, saturation: 0.96, 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 #FB367C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 338.68º | 0.96% | 0.6% | - |
| HSV(B) | 338.68º | 0.78% | 0.98% | - |
| XYZ | 44.74 | 24.6 | 21.46 | - |
| YUV | 120.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 124 | 0 | 0.78 | 0.51 | 0.02 | 338.68 | 0.96 | 0.6 |
| Hex | FB | 36 | 7C | 0 | 4E | 33 | 2 | 153 | 60 | 3C |
| Octal | 373 | 66 | 174 | 0 | 116 | 63 | 2 | 523 | 140 | 74 |
| Binary | 11111011 | 110110 | 1111100 | 0 | 1001110 | 110011 | 10 | 101010011 | 1100000 | 111100 |
Color Harmonies of #FB367C
Complementary color
Monochromatic Colors of #FB367C
Black with #FB367C
Text Example
Text Example
White with #FB367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB367C; }
p { color: rgb(251,54,124); }
H1.HeaderClassName
{
color: #FB367C;
}
.AnyTagClassName
{
color: #FB367C;
}
</style>
background-color css
<style>
a { background-color: #FB367C; }
a { background-color: rgb(251,54,124); }
div.DivClassName
{
background-color: #FB367C;
}
.BgClassName
{
background-color: #FB367C;
}
</style>
border-color css
<style>
span { border-color: #FB367C; }
span { border-color: rgb(251,54,124); }
td.TdClassName
{
border-color: #FB367C;
}
.TagClassName
{
border-color: #FB367C;
}
</style>