Shades of Brilliant Rose #F541B2
Tints of Brilliant Rose #F541B2
RGB
CMYK
RGB Variations
Color information
#F541B2 (or 0xF541B2) is known color: Brilliant Rose. HEX triplet: F5, 41 and B2. RGB value is (245,65,178). Sum of RGB (Red+Green+Blue) = 245+65+178=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F541B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541B2 is #0ABE4D. Grayscale: #838383. Windows color (decimal): -704078 or 11682293. OLE color: 11682293.
HSL color Cylindrical-coordinate representation of color #F541B2: hue angle of 322.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F541B2 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 178 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.04 |
| HSL | 322.33º | 0.9% | 0.61% | - |
| HSV(B) | 322.33º | 0.73% | 0.96% | - |
| XYZ | 47.58 | 26.41 | 44.71 | - |
| YUV | 131.7 | 154.13 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 178 | 0 | 0.73 | 0.27 | 0.04 | 322.33 | 0.9 | 0.61 |
| Hex | F5 | 41 | B2 | 0 | 49 | 1B | 4 | 142 | 5A | 3D |
| Octal | 365 | 101 | 262 | 0 | 111 | 33 | 4 | 502 | 132 | 75 |
| Binary | 11110101 | 1000001 | 10110010 | 0 | 1001001 | 11011 | 100 | 101000010 | 1011010 | 111101 |
Color Harmonies of #F541B2
Complementary color
Monochromatic Colors of #F541B2
Black with #F541B2
Text Example
Text Example
White with #F541B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F541B2; }
p { color: rgb(245,65,178); }
H1.HeaderClassName
{
color: #F541B2;
}
.AnyTagClassName
{
color: #F541B2;
}
</style>
background-color css
<style>
a { background-color: #F541B2; }
a { background-color: rgb(245,65,178); }
div.DivClassName
{
background-color: #F541B2;
}
.BgClassName
{
background-color: #F541B2;
}
</style>
border-color css
<style>
span { border-color: #F541B2; }
span { border-color: rgb(245,65,178); }
td.TdClassName
{
border-color: #F541B2;
}
.TagClassName
{
border-color: #F541B2;
}
</style>