Shades of Brilliant Rose #FB66A1
Tints of Brilliant Rose #FB66A1
RGB
CMYK
RGB Variations
Color information
#FB66A1 (or 0xFB66A1) is known color: Brilliant Rose. HEX triplet: FB, 66 and A1. RGB value is (251,102,161). Sum of RGB (Red+Green+Blue) = 251+102+161=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66A1 is #04995E. Grayscale: #999999. Windows color (decimal): -301407 or 10577659. OLE color: 10577659.
HSL color Cylindrical-coordinate representation of color #FB66A1: hue angle of 336.24º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66A1 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 161 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.02 |
| HSL | 336.24º | 0.95% | 0.69% | - |
| HSV(B) | 336.24º | 0.59% | 0.98% | - |
| XYZ | 50.97 | 32.59 | 37.32 | - |
| YUV | 153.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 161 | 0 | 0.59 | 0.36 | 0.02 | 336.24 | 0.95 | 0.69 |
| Hex | FB | 66 | A1 | 0 | 3B | 24 | 2 | 150 | 5F | 45 |
| Octal | 373 | 146 | 241 | 0 | 73 | 44 | 2 | 520 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10100001 | 0 | 111011 | 100100 | 10 | 101010000 | 1011111 | 1000101 |
Color Harmonies of #FB66A1
Complementary color
Monochromatic Colors of #FB66A1
Black with #FB66A1
Text Example
Text Example
White with #FB66A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66A1; }
p { color: rgb(251,102,161); }
H1.HeaderClassName
{
color: #FB66A1;
}
.AnyTagClassName
{
color: #FB66A1;
}
</style>
background-color css
<style>
a { background-color: #FB66A1; }
a { background-color: rgb(251,102,161); }
div.DivClassName
{
background-color: #FB66A1;
}
.BgClassName
{
background-color: #FB66A1;
}
</style>
border-color css
<style>
span { border-color: #FB66A1; }
span { border-color: rgb(251,102,161); }
td.TdClassName
{
border-color: #FB66A1;
}
.TagClassName
{
border-color: #FB66A1;
}
</style>