Shades of Brilliant Rose #FF41B2
Tints of Brilliant Rose #FF41B2
RGB
CMYK
RGB Variations
Color information
#FF41B2 (or 0xFF41B2) is known color: Brilliant Rose. HEX triplet: FF, 41 and B2. RGB value is (255,65,178). Sum of RGB (Red+Green+Blue) = 255+65+178=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF41B2 is #00BE4D. Grayscale: #868686. Windows color (decimal): -48718 or 11682303. OLE color: 11682303.
HSL color Cylindrical-coordinate representation of color #FF41B2: hue angle of 324.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF41B2 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 178 | - |
| CMYK | 0 | 0.75 | 0.30 | 0 |
| HSL | 324.32º | 1% | 0.63% | - |
| HSV(B) | 324.32º | 0.75% | 1% | - |
| XYZ | 51.17 | 28.25 | 44.88 | - |
| YUV | 134.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 178 | 0 | 0.75 | 0.30 | 0 | 324.32 | 1 | 0.63 |
| Hex | FF | 41 | B2 | 0 | 4B | 1E | 0 | 144 | 64 | 3F |
| Octal | 377 | 101 | 262 | 0 | 113 | 36 | 0 | 504 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10110010 | 0 | 1001011 | 11110 | 0 | 101000100 | 1100100 | 111111 |
Color Harmonies of #FF41B2
Complementary color
Monochromatic Colors of #FF41B2
Black with #FF41B2
Text Example
Text Example
White with #FF41B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41B2; }
p { color: rgb(255,65,178); }
H1.HeaderClassName
{
color: #FF41B2;
}
.AnyTagClassName
{
color: #FF41B2;
}
</style>
background-color css
<style>
a { background-color: #FF41B2; }
a { background-color: rgb(255,65,178); }
div.DivClassName
{
background-color: #FF41B2;
}
.BgClassName
{
background-color: #FF41B2;
}
</style>
border-color css
<style>
span { border-color: #FF41B2; }
span { border-color: rgb(255,65,178); }
td.TdClassName
{
border-color: #FF41B2;
}
.TagClassName
{
border-color: #FF41B2;
}
</style>