Shades of Brilliant Rose #FB609D
Tints of Brilliant Rose #FB609D
RGB
CMYK
RGB Variations
Color information
#FB609D (or 0xFB609D) is known color: Brilliant Rose. HEX triplet: FB, 60 and 9D. RGB value is (251,96,157). Sum of RGB (Red+Green+Blue) = 251+96+157=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB609D is #049F62. Grayscale: #959595. Windows color (decimal): -302947 or 10313979. OLE color: 10313979.
HSL color Cylindrical-coordinate representation of color #FB609D: hue angle of 336.39º 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 #FB609D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 157 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.02 |
| HSL | 336.39º | 0.95% | 0.68% | - |
| HSV(B) | 336.39º | 0.62% | 0.98% | - |
| XYZ | 50.05 | 31.31 | 35.3 | - |
| YUV | 149.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 157 | 0 | 0.62 | 0.37 | 0.02 | 336.39 | 0.95 | 0.68 |
| Hex | FB | 60 | 9D | 0 | 3E | 25 | 2 | 150 | 5F | 44 |
| Octal | 373 | 140 | 235 | 0 | 76 | 45 | 2 | 520 | 137 | 104 |
| Binary | 11111011 | 1100000 | 10011101 | 0 | 111110 | 100101 | 10 | 101010000 | 1011111 | 1000100 |
Color Harmonies of #FB609D
Complementary color
Monochromatic Colors of #FB609D
Black with #FB609D
Text Example
Text Example
White with #FB609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB609D; }
p { color: rgb(251,96,157); }
H1.HeaderClassName
{
color: #FB609D;
}
.AnyTagClassName
{
color: #FB609D;
}
</style>
background-color css
<style>
a { background-color: #FB609D; }
a { background-color: rgb(251,96,157); }
div.DivClassName
{
background-color: #FB609D;
}
.BgClassName
{
background-color: #FB609D;
}
</style>
border-color css
<style>
span { border-color: #FB609D; }
span { border-color: rgb(251,96,157); }
td.TdClassName
{
border-color: #FB609D;
}
.TagClassName
{
border-color: #FB609D;
}
</style>