Shades of Brilliant Rose #FB4FAA
Tints of Brilliant Rose #FB4FAA
RGB
CMYK
RGB Variations
Color information
#FB4FAA (or 0xFB4FAA) is known color: Brilliant Rose. HEX triplet: FB, 4F and AA. RGB value is (251,79,170). Sum of RGB (Red+Green+Blue) = 251+79+170=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FAA is #04B055. Grayscale: #8C8C8C. Windows color (decimal): -307286 or 11161595. OLE color: 11161595.
HSL color Cylindrical-coordinate representation of color #FB4FAA: hue angle of 328.26º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4FAA is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 170 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.02 |
| HSL | 328.26º | 0.96% | 0.65% | - |
| HSV(B) | 328.26º | 0.69% | 0.98% | - |
| XYZ | 49.84 | 29 | 41 | - |
| YUV | 140.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 170 | 0 | 0.69 | 0.32 | 0.02 | 328.26 | 0.96 | 0.65 |
| Hex | FB | 4F | AA | 0 | 45 | 20 | 2 | 148 | 60 | 41 |
| Octal | 373 | 117 | 252 | 0 | 105 | 40 | 2 | 510 | 140 | 101 |
| Binary | 11111011 | 1001111 | 10101010 | 0 | 1000101 | 100000 | 10 | 101001000 | 1100000 | 1000001 |
Color Harmonies of #FB4FAA
Complementary color
Monochromatic Colors of #FB4FAA
Black with #FB4FAA
Text Example
Text Example
White with #FB4FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4FAA; }
p { color: rgb(251,79,170); }
H1.HeaderClassName
{
color: #FB4FAA;
}
.AnyTagClassName
{
color: #FB4FAA;
}
</style>
background-color css
<style>
a { background-color: #FB4FAA; }
a { background-color: rgb(251,79,170); }
div.DivClassName
{
background-color: #FB4FAA;
}
.BgClassName
{
background-color: #FB4FAA;
}
</style>
border-color css
<style>
span { border-color: #FB4FAA; }
span { border-color: rgb(251,79,170); }
td.TdClassName
{
border-color: #FB4FAA;
}
.TagClassName
{
border-color: #FB4FAA;
}
</style>