Shades of Brilliant Rose #FE41B0
Tints of Brilliant Rose #FE41B0
RGB
CMYK
RGB Variations
Color information
#FE41B0 (or 0xFE41B0) is known color: Brilliant Rose. HEX triplet: FE, 41 and B0. RGB value is (254,65,176). Sum of RGB (Red+Green+Blue) = 254+65+176=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE41B0 is #01BE4F. Grayscale: #858585. Windows color (decimal): -114256 or 11551230. OLE color: 11551230.
HSL color Cylindrical-coordinate representation of color #FE41B0: hue angle of 324.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41B0 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 176 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.00 |
| HSL | 324.76º | 0.99% | 0.63% | - |
| HSV(B) | 324.76º | 0.74% | 1% | - |
| XYZ | 50.6 | 27.99 | 43.81 | - |
| YUV | 134.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 176 | 0 | 0.74 | 0.31 | 0.00 | 324.76 | 0.99 | 0.63 |
| Hex | FE | 41 | B0 | 0 | 4A | 1F | 0 | 145 | 63 | 3F |
| Octal | 376 | 101 | 260 | 0 | 112 | 37 | 0 | 505 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10110000 | 0 | 1001010 | 11111 | 0 | 101000101 | 1100011 | 111111 |
Color Harmonies of #FE41B0
Complementary color
Monochromatic Colors of #FE41B0
Black with #FE41B0
Text Example
Text Example
White with #FE41B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41B0; }
p { color: rgb(254,65,176); }
H1.HeaderClassName
{
color: #FE41B0;
}
.AnyTagClassName
{
color: #FE41B0;
}
</style>
background-color css
<style>
a { background-color: #FE41B0; }
a { background-color: rgb(254,65,176); }
div.DivClassName
{
background-color: #FE41B0;
}
.BgClassName
{
background-color: #FE41B0;
}
</style>
border-color css
<style>
span { border-color: #FE41B0; }
span { border-color: rgb(254,65,176); }
td.TdClassName
{
border-color: #FE41B0;
}
.TagClassName
{
border-color: #FE41B0;
}
</style>