Shades of Brilliant Rose #FB5FA5
Tints of Brilliant Rose #FB5FA5
RGB
CMYK
RGB Variations
Color information
#FB5FA5 (or 0xFB5FA5) is known color: Brilliant Rose. HEX triplet: FB, 5F and A5. RGB value is (251,95,165). Sum of RGB (Red+Green+Blue) = 251+95+165=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FA5 is #04A05A. Grayscale: #959595. Windows color (decimal): -303195 or 10838011. OLE color: 10838011.
HSL color Cylindrical-coordinate representation of color #FB5FA5: hue angle of 333.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FA5 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 165 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.02 |
| HSL | 333.08º | 0.95% | 0.68% | - |
| HSV(B) | 333.08º | 0.62% | 0.98% | - |
| XYZ | 50.67 | 31.41 | 38.99 | - |
| YUV | 149.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 165 | 0 | 0.62 | 0.34 | 0.02 | 333.08 | 0.95 | 0.68 |
| Hex | FB | 5F | A5 | 0 | 3E | 22 | 2 | 14D | 5F | 44 |
| Octal | 373 | 137 | 245 | 0 | 76 | 42 | 2 | 515 | 137 | 104 |
| Binary | 11111011 | 1011111 | 10100101 | 0 | 111110 | 100010 | 10 | 101001101 | 1011111 | 1000100 |
Color Harmonies of #FB5FA5
Complementary color
Monochromatic Colors of #FB5FA5
Black with #FB5FA5
Text Example
Text Example
White with #FB5FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FA5; }
p { color: rgb(251,95,165); }
H1.HeaderClassName
{
color: #FB5FA5;
}
.AnyTagClassName
{
color: #FB5FA5;
}
</style>
background-color css
<style>
a { background-color: #FB5FA5; }
a { background-color: rgb(251,95,165); }
div.DivClassName
{
background-color: #FB5FA5;
}
.BgClassName
{
background-color: #FB5FA5;
}
</style>
border-color css
<style>
span { border-color: #FB5FA5; }
span { border-color: rgb(251,95,165); }
td.TdClassName
{
border-color: #FB5FA5;
}
.TagClassName
{
border-color: #FB5FA5;
}
</style>