Shades of Brilliant Rose #FB68A1
Tints of Brilliant Rose #FB68A1
RGB
CMYK
RGB Variations
Color information
#FB68A1 (or 0xFB68A1) is known color: Brilliant Rose. HEX triplet: FB, 68 and A1. RGB value is (251,104,161). Sum of RGB (Red+Green+Blue) = 251+104+161=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68A1 is #04975E. Grayscale: #9A9A9A. Windows color (decimal): -300895 or 10578171. OLE color: 10578171.
HSL color Cylindrical-coordinate representation of color #FB68A1: hue angle of 336.73º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68A1 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 161 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.02 |
| HSL | 336.73º | 0.95% | 0.7% | - |
| HSV(B) | 336.73º | 0.59% | 0.98% | - |
| XYZ | 51.17 | 32.98 | 37.39 | - |
| YUV | 154.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 161 | 0 | 0.59 | 0.36 | 0.02 | 336.73 | 0.95 | 0.7 |
| Hex | FB | 68 | A1 | 0 | 3B | 24 | 2 | 151 | 5F | 46 |
| Octal | 373 | 150 | 241 | 0 | 73 | 44 | 2 | 521 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10100001 | 0 | 111011 | 100100 | 10 | 101010001 | 1011111 | 1000110 |
Color Harmonies of #FB68A1
Complementary color
Monochromatic Colors of #FB68A1
Black with #FB68A1
Text Example
Text Example
White with #FB68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68A1; }
p { color: rgb(251,104,161); }
H1.HeaderClassName
{
color: #FB68A1;
}
.AnyTagClassName
{
color: #FB68A1;
}
</style>
background-color css
<style>
a { background-color: #FB68A1; }
a { background-color: rgb(251,104,161); }
div.DivClassName
{
background-color: #FB68A1;
}
.BgClassName
{
background-color: #FB68A1;
}
</style>
border-color css
<style>
span { border-color: #FB68A1; }
span { border-color: rgb(251,104,161); }
td.TdClassName
{
border-color: #FB68A1;
}
.TagClassName
{
border-color: #FB68A1;
}
</style>