Shades of Violet Red #FB367D
Tints of Violet Red #FB367D
RGB
CMYK
RGB Variations
Color information
#FB367D (or 0xFB367D) is known color: Violet Red. HEX triplet: FB, 36 and 7D. RGB value is (251,54,125). Sum of RGB (Red+Green+Blue) = 251+54+125=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB367D is #04C982. Grayscale: #787878. Windows color (decimal): -313731 or 8206075. OLE color: 8206075.
HSL color Cylindrical-coordinate representation of color #FB367D: hue angle of 338.38º 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 #FB367D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.38º | 0.96% | 0.6% | - |
| HSV(B) | 338.38º | 0.78% | 0.98% | - |
| XYZ | 44.8 | 24.63 | 21.79 | - |
| YUV | 121 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.38 | 0.96 | 0.6 |
| Hex | FB | 36 | 7D | 0 | 4E | 32 | 2 | 152 | 60 | 3C |
| Octal | 373 | 66 | 175 | 0 | 116 | 62 | 2 | 522 | 140 | 74 |
| Binary | 11111011 | 110110 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010010 | 1100000 | 111100 |
Color Harmonies of #FB367D
Complementary color
Monochromatic Colors of #FB367D
Black with #FB367D
Text Example
Text Example
White with #FB367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB367D; }
p { color: rgb(251,54,125); }
H1.HeaderClassName
{
color: #FB367D;
}
.AnyTagClassName
{
color: #FB367D;
}
</style>
background-color css
<style>
a { background-color: #FB367D; }
a { background-color: rgb(251,54,125); }
div.DivClassName
{
background-color: #FB367D;
}
.BgClassName
{
background-color: #FB367D;
}
</style>
border-color css
<style>
span { border-color: #FB367D; }
span { border-color: rgb(251,54,125); }
td.TdClassName
{
border-color: #FB367D;
}
.TagClassName
{
border-color: #FB367D;
}
</style>