Shades of Brilliant Rose #FB629C
Tints of Brilliant Rose #FB629C
RGB
CMYK
RGB Variations
Color information
#FB629C (or 0xFB629C) is known color: Brilliant Rose. HEX triplet: FB, 62 and 9C. RGB value is (251,98,156). Sum of RGB (Red+Green+Blue) = 251+98+156=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB629C is #049D63. Grayscale: #969696. Windows color (decimal): -302436 or 10248955. OLE color: 10248955.
HSL color Cylindrical-coordinate representation of color #FB629C: hue angle of 337.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB629C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 156 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.02 |
| HSL | 337.25º | 0.95% | 0.68% | - |
| HSV(B) | 337.25º | 0.61% | 0.98% | - |
| XYZ | 50.15 | 31.64 | 34.92 | - |
| YUV | 150.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 156 | 0 | 0.61 | 0.38 | 0.02 | 337.25 | 0.95 | 0.68 |
| Hex | FB | 62 | 9C | 0 | 3D | 26 | 2 | 151 | 5F | 44 |
| Octal | 373 | 142 | 234 | 0 | 75 | 46 | 2 | 521 | 137 | 104 |
| Binary | 11111011 | 1100010 | 10011100 | 0 | 111101 | 100110 | 10 | 101010001 | 1011111 | 1000100 |
Color Harmonies of #FB629C
Complementary color
Monochromatic Colors of #FB629C
Black with #FB629C
Text Example
Text Example
White with #FB629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB629C; }
p { color: rgb(251,98,156); }
H1.HeaderClassName
{
color: #FB629C;
}
.AnyTagClassName
{
color: #FB629C;
}
</style>
background-color css
<style>
a { background-color: #FB629C; }
a { background-color: rgb(251,98,156); }
div.DivClassName
{
background-color: #FB629C;
}
.BgClassName
{
background-color: #FB629C;
}
</style>
border-color css
<style>
span { border-color: #FB629C; }
span { border-color: rgb(251,98,156); }
td.TdClassName
{
border-color: #FB629C;
}
.TagClassName
{
border-color: #FB629C;
}
</style>