Shades of Violet Red #FB428A
Tints of Violet Red #FB428A
RGB
CMYK
RGB Variations
Color information
#FB428A (or 0xFB428A) is known color: Violet Red. HEX triplet: FB, 42 and 8A. RGB value is (251,66,138). Sum of RGB (Red+Green+Blue) = 251+66+138=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB428A is #04BD75. Grayscale: #818181. Windows color (decimal): -310646 or 9061115. OLE color: 9061115.
HSL color Cylindrical-coordinate representation of color #FB428A: hue angle of 336.65º 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 #FB428A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.65º | 0.96% | 0.62% | - |
| HSV(B) | 336.65º | 0.74% | 0.98% | - |
| XYZ | 46.32 | 26.24 | 26.67 | - |
| YUV | 129.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 138 | 0 | 0.74 | 0.45 | 0.02 | 336.65 | 0.96 | 0.62 |
| Hex | FB | 42 | 8A | 0 | 4A | 2D | 2 | 151 | 60 | 3E |
| Octal | 373 | 102 | 212 | 0 | 112 | 55 | 2 | 521 | 140 | 76 |
| Binary | 11111011 | 1000010 | 10001010 | 0 | 1001010 | 101101 | 10 | 101010001 | 1100000 | 111110 |
Color Harmonies of #FB428A
Complementary color
Monochromatic Colors of #FB428A
Black with #FB428A
Text Example
Text Example
White with #FB428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB428A; }
p { color: rgb(251,66,138); }
H1.HeaderClassName
{
color: #FB428A;
}
.AnyTagClassName
{
color: #FB428A;
}
</style>
background-color css
<style>
a { background-color: #FB428A; }
a { background-color: rgb(251,66,138); }
div.DivClassName
{
background-color: #FB428A;
}
.BgClassName
{
background-color: #FB428A;
}
</style>
border-color css
<style>
span { border-color: #FB428A; }
span { border-color: rgb(251,66,138); }
td.TdClassName
{
border-color: #FB428A;
}
.TagClassName
{
border-color: #FB428A;
}
</style>