Shades of Brilliant Rose #F550B3
Tints of Brilliant Rose #F550B3
RGB
CMYK
RGB Variations
Color information
#F550B3 (or 0xF550B3) is known color: Brilliant Rose. HEX triplet: F5, 50 and B3. RGB value is (245,80,179). Sum of RGB (Red+Green+Blue) = 245+80+179=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F550B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F550B3 is #0AAF4C. Grayscale: #8C8C8C. Windows color (decimal): -700237 or 11751669. OLE color: 11751669.
HSL color Cylindrical-coordinate representation of color #F550B3: hue angle of 324º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550B3 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 179 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.04 |
| HSL | 324º | 0.89% | 0.64% | - |
| HSV(B) | 324º | 0.67% | 0.96% | - |
| XYZ | 48.66 | 28.4 | 45.57 | - |
| YUV | 140.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 179 | 0 | 0.67 | 0.27 | 0.04 | 324 | 0.89 | 0.64 |
| Hex | F5 | 50 | B3 | 0 | 43 | 1B | 4 | 144 | 59 | 40 |
| Octal | 365 | 120 | 263 | 0 | 103 | 33 | 4 | 504 | 131 | 100 |
| Binary | 11110101 | 1010000 | 10110011 | 0 | 1000011 | 11011 | 100 | 101000100 | 1011001 | 1000000 |
Color Harmonies of #F550B3
Complementary color
Monochromatic Colors of #F550B3
Black with #F550B3
Text Example
Text Example
White with #F550B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550B3; }
p { color: rgb(245,80,179); }
H1.HeaderClassName
{
color: #F550B3;
}
.AnyTagClassName
{
color: #F550B3;
}
</style>
background-color css
<style>
a { background-color: #F550B3; }
a { background-color: rgb(245,80,179); }
div.DivClassName
{
background-color: #F550B3;
}
.BgClassName
{
background-color: #F550B3;
}
</style>
border-color css
<style>
span { border-color: #F550B3; }
span { border-color: rgb(245,80,179); }
td.TdClassName
{
border-color: #F550B3;
}
.TagClassName
{
border-color: #F550B3;
}
</style>