Shades of Brilliant Rose #FE449F
Tints of Brilliant Rose #FE449F
RGB
CMYK
RGB Variations
Color information
#FE449F (or 0xFE449F) is known color: Brilliant Rose. HEX triplet: FE, 44 and 9F. RGB value is (254,68,159). Sum of RGB (Red+Green+Blue) = 254+68+159=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE449F is #01BB60. Grayscale: #858585. Windows color (decimal): -113505 or 10437886. OLE color: 10437886.
HSL color Cylindrical-coordinate representation of color #FE449F: hue angle of 330.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE449F is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 159 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.00 |
| HSL | 330.65º | 0.99% | 0.63% | - |
| HSV(B) | 330.65º | 0.73% | 1% | - |
| XYZ | 49.2 | 27.71 | 35.56 | - |
| YUV | 133.99 | 142.12 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 159 | 0 | 0.73 | 0.37 | 0.00 | 330.65 | 0.99 | 0.63 |
| Hex | FE | 44 | 9F | 0 | 49 | 25 | 0 | 14B | 63 | 3F |
| Octal | 376 | 104 | 237 | 0 | 111 | 45 | 0 | 513 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10011111 | 0 | 1001001 | 100101 | 0 | 101001011 | 1100011 | 111111 |
Color Harmonies of #FE449F
Complementary color
Monochromatic Colors of #FE449F
Black with #FE449F
Text Example
Text Example
White with #FE449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE449F; }
p { color: rgb(254,68,159); }
H1.HeaderClassName
{
color: #FE449F;
}
.AnyTagClassName
{
color: #FE449F;
}
</style>
background-color css
<style>
a { background-color: #FE449F; }
a { background-color: rgb(254,68,159); }
div.DivClassName
{
background-color: #FE449F;
}
.BgClassName
{
background-color: #FE449F;
}
</style>
border-color css
<style>
span { border-color: #FE449F; }
span { border-color: rgb(254,68,159); }
td.TdClassName
{
border-color: #FE449F;
}
.TagClassName
{
border-color: #FE449F;
}
</style>