Shades of Brilliant Rose #FB67A1
Tints of Brilliant Rose #FB67A1
RGB
CMYK
RGB Variations
Color information
#FB67A1 (or 0xFB67A1) is known color: Brilliant Rose. HEX triplet: FB, 67 and A1. RGB value is (251,103,161). Sum of RGB (Red+Green+Blue) = 251+103+161=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB67A1 is #04985E. Grayscale: #999999. Windows color (decimal): -301151 or 10577915. OLE color: 10577915.
HSL color Cylindrical-coordinate representation of color #FB67A1: hue angle of 336.49º 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 #FB67A1 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 161 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.02 |
| HSL | 336.49º | 0.95% | 0.69% | - |
| HSV(B) | 336.49º | 0.59% | 0.98% | - |
| XYZ | 51.07 | 32.78 | 37.35 | - |
| YUV | 153.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 161 | 0 | 0.59 | 0.36 | 0.02 | 336.49 | 0.95 | 0.69 |
| Hex | FB | 67 | A1 | 0 | 3B | 24 | 2 | 150 | 5F | 45 |
| Octal | 373 | 147 | 241 | 0 | 73 | 44 | 2 | 520 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10100001 | 0 | 111011 | 100100 | 10 | 101010000 | 1011111 | 1000101 |
Color Harmonies of #FB67A1
Complementary color
Monochromatic Colors of #FB67A1
Black with #FB67A1
Text Example
Text Example
White with #FB67A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67A1; }
p { color: rgb(251,103,161); }
H1.HeaderClassName
{
color: #FB67A1;
}
.AnyTagClassName
{
color: #FB67A1;
}
</style>
background-color css
<style>
a { background-color: #FB67A1; }
a { background-color: rgb(251,103,161); }
div.DivClassName
{
background-color: #FB67A1;
}
.BgClassName
{
background-color: #FB67A1;
}
</style>
border-color css
<style>
span { border-color: #FB67A1; }
span { border-color: rgb(251,103,161); }
td.TdClassName
{
border-color: #FB67A1;
}
.TagClassName
{
border-color: #FB67A1;
}
</style>