Shades of Violet Red #FB4277
Tints of Violet Red #FB4277
RGB
CMYK
RGB Variations
Color information
#FB4277 (or 0xFB4277) is known color: Violet Red. HEX triplet: FB, 42 and 77. RGB value is (251,66,119). Sum of RGB (Red+Green+Blue) = 251+66+119=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4277 is #04BD88. Grayscale: #7F7F7F. Windows color (decimal): -310665 or 7815931. OLE color: 7815931.
HSL color Cylindrical-coordinate representation of color #FB4277: hue angle of 342.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4277 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 119 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 342.81º | 0.96% | 0.62% | - |
| HSV(B) | 342.81º | 0.74% | 0.98% | - |
| XYZ | 45.06 | 25.74 | 20.05 | - |
| YUV | 127.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 119 | 0 | 0.74 | 0.53 | 0.02 | 342.81 | 0.96 | 0.62 |
| Hex | FB | 42 | 77 | 0 | 4A | 35 | 2 | 157 | 60 | 3E |
| Octal | 373 | 102 | 167 | 0 | 112 | 65 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1110111 | 0 | 1001010 | 110101 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4277
Complementary color
Monochromatic Colors of #FB4277
Black with #FB4277
Text Example
Text Example
White with #FB4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4277; }
p { color: rgb(251,66,119); }
H1.HeaderClassName
{
color: #FB4277;
}
.AnyTagClassName
{
color: #FB4277;
}
</style>
background-color css
<style>
a { background-color: #FB4277; }
a { background-color: rgb(251,66,119); }
div.DivClassName
{
background-color: #FB4277;
}
.BgClassName
{
background-color: #FB4277;
}
</style>
border-color css
<style>
span { border-color: #FB4277; }
span { border-color: rgb(251,66,119); }
td.TdClassName
{
border-color: #FB4277;
}
.TagClassName
{
border-color: #FB4277;
}
</style>