Shades of Brilliant Rose #FB609E
Tints of Brilliant Rose #FB609E
RGB
CMYK
RGB Variations
Color information
#FB609E (or 0xFB609E) is known color: Brilliant Rose. HEX triplet: FB, 60 and 9E. RGB value is (251,96,158). Sum of RGB (Red+Green+Blue) = 251+96+158=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB609E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB609E is #049F61. Grayscale: #959595. Windows color (decimal): -302946 or 10379515. OLE color: 10379515.
HSL color Cylindrical-coordinate representation of color #FB609E: hue angle of 336º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB609E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 158 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.02 |
| HSL | 336º | 0.95% | 0.68% | - |
| HSV(B) | 336º | 0.62% | 0.98% | - |
| XYZ | 50.14 | 31.34 | 35.76 | - |
| YUV | 149.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 158 | 0 | 0.62 | 0.37 | 0.02 | 336 | 0.95 | 0.68 |
| Hex | FB | 60 | 9E | 0 | 3E | 25 | 2 | 150 | 5F | 44 |
| Octal | 373 | 140 | 236 | 0 | 76 | 45 | 2 | 520 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10011110 | 0 | 111110 | 100101 | 10 | 101010000 | 1011111 | 1000100 |
Color Harmonies of #FB609E
Complementary color
Monochromatic Colors of #FB609E
Black with #FB609E
Text Example
Text Example
White with #FB609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB609E; }
p { color: rgb(251,96,158); }
H1.HeaderClassName
{
color: #FB609E;
}
.AnyTagClassName
{
color: #FB609E;
}
</style>
background-color css
<style>
a { background-color: #FB609E; }
a { background-color: rgb(251,96,158); }
div.DivClassName
{
background-color: #FB609E;
}
.BgClassName
{
background-color: #FB609E;
}
</style>
border-color css
<style>
span { border-color: #FB609E; }
span { border-color: rgb(251,96,158); }
td.TdClassName
{
border-color: #FB609E;
}
.TagClassName
{
border-color: #FB609E;
}
</style>