Shades of Brilliant Rose #FB41AB
Tints of Brilliant Rose #FB41AB
RGB
CMYK
RGB Variations
Color information
#FB41AB (or 0xFB41AB) is known color: Brilliant Rose. HEX triplet: FB, 41 and AB. RGB value is (251,65,171). Sum of RGB (Red+Green+Blue) = 251+65+171=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41AB is #04BE54. Grayscale: #848484. Windows color (decimal): -310869 or 11223547. OLE color: 11223547.
HSL color Cylindrical-coordinate representation of color #FB41AB: hue angle of 325.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 #FB41AB is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 171 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.02 |
| HSL | 325.81º | 0.96% | 0.62% | - |
| HSV(B) | 325.81º | 0.74% | 0.98% | - |
| XYZ | 49.02 | 27.23 | 41.2 | - |
| YUV | 132.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 171 | 0 | 0.74 | 0.32 | 0.02 | 325.81 | 0.96 | 0.62 |
| Hex | FB | 41 | AB | 0 | 4A | 20 | 2 | 146 | 60 | 3E |
| Octal | 373 | 101 | 253 | 0 | 112 | 40 | 2 | 506 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10101011 | 0 | 1001010 | 100000 | 10 | 101000110 | 1100000 | 111110 |
Color Harmonies of #FB41AB
Complementary color
Monochromatic Colors of #FB41AB
Black with #FB41AB
Text Example
Text Example
White with #FB41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41AB; }
p { color: rgb(251,65,171); }
H1.HeaderClassName
{
color: #FB41AB;
}
.AnyTagClassName
{
color: #FB41AB;
}
</style>
background-color css
<style>
a { background-color: #FB41AB; }
a { background-color: rgb(251,65,171); }
div.DivClassName
{
background-color: #FB41AB;
}
.BgClassName
{
background-color: #FB41AB;
}
</style>
border-color css
<style>
span { border-color: #FB41AB; }
span { border-color: rgb(251,65,171); }
td.TdClassName
{
border-color: #FB41AB;
}
.TagClassName
{
border-color: #FB41AB;
}
</style>