Shades of Brilliant Rose #FB4FAC
Tints of Brilliant Rose #FB4FAC
RGB
CMYK
RGB Variations
Color information
#FB4FAC (or 0xFB4FAC) is known color: Brilliant Rose. HEX triplet: FB, 4F and AC. RGB value is (251,79,172). Sum of RGB (Red+Green+Blue) = 251+79+172=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4FAC is #04B053. Grayscale: #8C8C8C. Windows color (decimal): -307284 or 11292667. OLE color: 11292667.
HSL color Cylindrical-coordinate representation of color #FB4FAC: hue angle of 327.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4FAC is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 172 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.02 |
| HSL | 327.56º | 0.96% | 0.65% | - |
| HSV(B) | 327.56º | 0.69% | 0.98% | - |
| XYZ | 50.03 | 29.08 | 42.01 | - |
| YUV | 141.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 172 | 0 | 0.69 | 0.31 | 0.02 | 327.56 | 0.96 | 0.65 |
| Hex | FB | 4F | AC | 0 | 45 | 1F | 2 | 148 | 60 | 41 |
| Octal | 373 | 117 | 254 | 0 | 105 | 37 | 2 | 510 | 140 | 101 |
| Binary | 11111011 | 1001111 | 10101100 | 0 | 1000101 | 11111 | 10 | 101001000 | 1100000 | 1000001 |
Color Harmonies of #FB4FAC
Complementary color
Monochromatic Colors of #FB4FAC
Black with #FB4FAC
Text Example
Text Example
White with #FB4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4FAC; }
p { color: rgb(251,79,172); }
H1.HeaderClassName
{
color: #FB4FAC;
}
.AnyTagClassName
{
color: #FB4FAC;
}
</style>
background-color css
<style>
a { background-color: #FB4FAC; }
a { background-color: rgb(251,79,172); }
div.DivClassName
{
background-color: #FB4FAC;
}
.BgClassName
{
background-color: #FB4FAC;
}
</style>
border-color css
<style>
span { border-color: #FB4FAC; }
span { border-color: rgb(251,79,172); }
td.TdClassName
{
border-color: #FB4FAC;
}
.TagClassName
{
border-color: #FB4FAC;
}
</style>