Shades of Brilliant Rose #FB4DAA
Tints of Brilliant Rose #FB4DAA
RGB
CMYK
RGB Variations
Color information
#FB4DAA (or 0xFB4DAA) is known color: Brilliant Rose. HEX triplet: FB, 4D and AA. RGB value is (251,77,170). Sum of RGB (Red+Green+Blue) = 251+77+170=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DAA is #04B255. Grayscale: #8B8B8B. Windows color (decimal): -307798 or 11161083. OLE color: 11161083.
HSL color Cylindrical-coordinate representation of color #FB4DAA: hue angle of 327.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DAA is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 170 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.02 |
| HSL | 327.93º | 0.96% | 0.64% | - |
| HSV(B) | 327.93º | 0.69% | 0.98% | - |
| XYZ | 49.69 | 28.72 | 40.95 | - |
| YUV | 139.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 170 | 0 | 0.69 | 0.32 | 0.02 | 327.93 | 0.96 | 0.64 |
| Hex | FB | 4D | AA | 0 | 45 | 20 | 2 | 148 | 60 | 40 |
| Octal | 373 | 115 | 252 | 0 | 105 | 40 | 2 | 510 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10101010 | 0 | 1000101 | 100000 | 10 | 101001000 | 1100000 | 1000000 |
Color Harmonies of #FB4DAA
Complementary color
Monochromatic Colors of #FB4DAA
Black with #FB4DAA
Text Example
Text Example
White with #FB4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DAA; }
p { color: rgb(251,77,170); }
H1.HeaderClassName
{
color: #FB4DAA;
}
.AnyTagClassName
{
color: #FB4DAA;
}
</style>
background-color css
<style>
a { background-color: #FB4DAA; }
a { background-color: rgb(251,77,170); }
div.DivClassName
{
background-color: #FB4DAA;
}
.BgClassName
{
background-color: #FB4DAA;
}
</style>
border-color css
<style>
span { border-color: #FB4DAA; }
span { border-color: rgb(251,77,170); }
td.TdClassName
{
border-color: #FB4DAA;
}
.TagClassName
{
border-color: #FB4DAA;
}
</style>