Shades of Brilliant Rose #FB4AB6
Tints of Brilliant Rose #FB4AB6
RGB
CMYK
RGB Variations
Color information
#FB4AB6 (or 0xFB4AB6) is known color: Brilliant Rose. HEX triplet: FB, 4A and B6. RGB value is (251,74,182). Sum of RGB (Red+Green+Blue) = 251+74+182=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AB6 is #04B549. Grayscale: #8A8A8A. Windows color (decimal): -308554 or 11946747. OLE color: 11946747.
HSL color Cylindrical-coordinate representation of color #FB4AB6: hue angle of 323.39º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AB6 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 182 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.02 |
| HSL | 323.39º | 0.96% | 0.64% | - |
| HSV(B) | 323.39º | 0.71% | 0.98% | - |
| XYZ | 50.68 | 28.78 | 47.14 | - |
| YUV | 139.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 182 | 0 | 0.71 | 0.27 | 0.02 | 323.39 | 0.96 | 0.64 |
| Hex | FB | 4A | B6 | 0 | 47 | 1B | 2 | 143 | 60 | 40 |
| Octal | 373 | 112 | 266 | 0 | 107 | 33 | 2 | 503 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10110110 | 0 | 1000111 | 11011 | 10 | 101000011 | 1100000 | 1000000 |
Color Harmonies of #FB4AB6
Complementary color
Monochromatic Colors of #FB4AB6
Black with #FB4AB6
Text Example
Text Example
White with #FB4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AB6; }
p { color: rgb(251,74,182); }
H1.HeaderClassName
{
color: #FB4AB6;
}
.AnyTagClassName
{
color: #FB4AB6;
}
</style>
background-color css
<style>
a { background-color: #FB4AB6; }
a { background-color: rgb(251,74,182); }
div.DivClassName
{
background-color: #FB4AB6;
}
.BgClassName
{
background-color: #FB4AB6;
}
</style>
border-color css
<style>
span { border-color: #FB4AB6; }
span { border-color: rgb(251,74,182); }
td.TdClassName
{
border-color: #FB4AB6;
}
.TagClassName
{
border-color: #FB4AB6;
}
</style>