Shades of Brilliant Rose #FB629D
Tints of Brilliant Rose #FB629D
RGB
CMYK
RGB Variations
Color information
#FB629D (or 0xFB629D) is known color: Brilliant Rose. HEX triplet: FB, 62 and 9D. RGB value is (251,98,157). Sum of RGB (Red+Green+Blue) = 251+98+157=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB629D is #049D62. Grayscale: #969696. Windows color (decimal): -302435 or 10314491. OLE color: 10314491.
HSL color Cylindrical-coordinate representation of color #FB629D: hue angle of 336.86º 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 #FB629D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 157 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.02 |
| HSL | 336.86º | 0.95% | 0.68% | - |
| HSV(B) | 336.86º | 0.61% | 0.98% | - |
| XYZ | 50.24 | 31.68 | 35.37 | - |
| YUV | 150.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 157 | 0 | 0.61 | 0.37 | 0.02 | 336.86 | 0.95 | 0.68 |
| Hex | FB | 62 | 9D | 0 | 3D | 25 | 2 | 151 | 5F | 44 |
| Octal | 373 | 142 | 235 | 0 | 75 | 45 | 2 | 521 | 137 | 104 |
| Binary | 11111011 | 1100010 | 10011101 | 0 | 111101 | 100101 | 10 | 101010001 | 1011111 | 1000100 |
Color Harmonies of #FB629D
Complementary color
Monochromatic Colors of #FB629D
Black with #FB629D
Text Example
Text Example
White with #FB629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB629D; }
p { color: rgb(251,98,157); }
H1.HeaderClassName
{
color: #FB629D;
}
.AnyTagClassName
{
color: #FB629D;
}
</style>
background-color css
<style>
a { background-color: #FB629D; }
a { background-color: rgb(251,98,157); }
div.DivClassName
{
background-color: #FB629D;
}
.BgClassName
{
background-color: #FB629D;
}
</style>
border-color css
<style>
span { border-color: #FB629D; }
span { border-color: rgb(251,98,157); }
td.TdClassName
{
border-color: #FB629D;
}
.TagClassName
{
border-color: #FB629D;
}
</style>