Shades of Brilliant Rose #FB5CA6
Tints of Brilliant Rose #FB5CA6
RGB
CMYK
RGB Variations
Color information
#FB5CA6 (or 0xFB5CA6) is known color: Brilliant Rose. HEX triplet: FB, 5C and A6. RGB value is (251,92,166). Sum of RGB (Red+Green+Blue) = 251+92+166=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5CA6 is #04A359. Grayscale: #939393. Windows color (decimal): -303962 or 10902779. OLE color: 10902779.
HSL color Cylindrical-coordinate representation of color #FB5CA6: hue angle of 332.08º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5CA6 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 166 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.02 |
| HSL | 332.08º | 0.95% | 0.67% | - |
| HSV(B) | 332.08º | 0.63% | 0.98% | - |
| XYZ | 50.49 | 30.92 | 39.38 | - |
| YUV | 147.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 166 | 0 | 0.63 | 0.34 | 0.02 | 332.08 | 0.95 | 0.67 |
| Hex | FB | 5C | A6 | 0 | 3F | 22 | 2 | 14C | 5F | 43 |
| Octal | 373 | 134 | 246 | 0 | 77 | 42 | 2 | 514 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10100110 | 0 | 111111 | 100010 | 10 | 101001100 | 1011111 | 1000011 |
Color Harmonies of #FB5CA6
Complementary color
Monochromatic Colors of #FB5CA6
Black with #FB5CA6
Text Example
Text Example
White with #FB5CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5CA6; }
p { color: rgb(251,92,166); }
H1.HeaderClassName
{
color: #FB5CA6;
}
.AnyTagClassName
{
color: #FB5CA6;
}
</style>
background-color css
<style>
a { background-color: #FB5CA6; }
a { background-color: rgb(251,92,166); }
div.DivClassName
{
background-color: #FB5CA6;
}
.BgClassName
{
background-color: #FB5CA6;
}
</style>
border-color css
<style>
span { border-color: #FB5CA6; }
span { border-color: rgb(251,92,166); }
td.TdClassName
{
border-color: #FB5CA6;
}
.TagClassName
{
border-color: #FB5CA6;
}
</style>