Shades of Brilliant Rose #FE609F
Tints of Brilliant Rose #FE609F
RGB
CMYK
RGB Variations
Color information
#FE609F (or 0xFE609F) is known color: Brilliant Rose. HEX triplet: FE, 60 and 9F. RGB value is (254,96,159). Sum of RGB (Red+Green+Blue) = 254+96+159=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE609F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE609F is #019F60. Grayscale: #969696. Windows color (decimal): -106337 or 10445054. OLE color: 10445054.
HSL color Cylindrical-coordinate representation of color #FE609F: hue angle of 336.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE609F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 159 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.00 |
| HSL | 336.08º | 0.99% | 0.69% | - |
| HSV(B) | 336.08º | 0.62% | 1% | - |
| XYZ | 51.31 | 31.94 | 36.26 | - |
| YUV | 150.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 159 | 0 | 0.62 | 0.37 | 0.00 | 336.08 | 0.99 | 0.69 |
| Hex | FE | 60 | 9F | 0 | 3E | 25 | 0 | 150 | 63 | 45 |
| Octal | 376 | 140 | 237 | 0 | 76 | 45 | 0 | 520 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10011111 | 0 | 111110 | 100101 | 0 | 101010000 | 1100011 | 1000101 |
Color Harmonies of #FE609F
Complementary color
Monochromatic Colors of #FE609F
Black with #FE609F
Text Example
Text Example
White with #FE609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE609F; }
p { color: rgb(254,96,159); }
H1.HeaderClassName
{
color: #FE609F;
}
.AnyTagClassName
{
color: #FE609F;
}
</style>
background-color css
<style>
a { background-color: #FE609F; }
a { background-color: rgb(254,96,159); }
div.DivClassName
{
background-color: #FE609F;
}
.BgClassName
{
background-color: #FE609F;
}
</style>
border-color css
<style>
span { border-color: #FE609F; }
span { border-color: rgb(254,96,159); }
td.TdClassName
{
border-color: #FE609F;
}
.TagClassName
{
border-color: #FE609F;
}
</style>