Shades of Brilliant Rose #FB65A0
Tints of Brilliant Rose #FB65A0
RGB
CMYK
RGB Variations
Color information
#FB65A0 (or 0xFB65A0) is known color: Brilliant Rose. HEX triplet: FB, 65 and A0. RGB value is (251,101,160). Sum of RGB (Red+Green+Blue) = 251+101+160=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65A0 is #049A5F. Grayscale: #989898. Windows color (decimal): -301664 or 10511867. OLE color: 10511867.
HSL color Cylindrical-coordinate representation of color #FB65A0: hue angle of 336.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65A0 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 160 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.02 |
| HSL | 336.4º | 0.95% | 0.69% | - |
| HSV(B) | 336.4º | 0.6% | 0.98% | - |
| XYZ | 50.78 | 32.35 | 36.83 | - |
| YUV | 152.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 160 | 0 | 0.60 | 0.36 | 0.02 | 336.4 | 0.95 | 0.69 |
| Hex | FB | 65 | A0 | 0 | 3C | 24 | 2 | 150 | 5F | 45 |
| Octal | 373 | 145 | 240 | 0 | 74 | 44 | 2 | 520 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10100000 | 0 | 111100 | 100100 | 10 | 101010000 | 1011111 | 1000101 |
Color Harmonies of #FB65A0
Complementary color
Monochromatic Colors of #FB65A0
Black with #FB65A0
Text Example
Text Example
White with #FB65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65A0; }
p { color: rgb(251,101,160); }
H1.HeaderClassName
{
color: #FB65A0;
}
.AnyTagClassName
{
color: #FB65A0;
}
</style>
background-color css
<style>
a { background-color: #FB65A0; }
a { background-color: rgb(251,101,160); }
div.DivClassName
{
background-color: #FB65A0;
}
.BgClassName
{
background-color: #FB65A0;
}
</style>
border-color css
<style>
span { border-color: #FB65A0; }
span { border-color: rgb(251,101,160); }
td.TdClassName
{
border-color: #FB65A0;
}
.TagClassName
{
border-color: #FB65A0;
}
</style>