Shades of Brilliant Rose #FE609D
Tints of Brilliant Rose #FE609D
RGB
CMYK
RGB Variations
Color information
#FE609D (or 0xFE609D) is known color: Brilliant Rose. HEX triplet: FE, 60 and 9D. RGB value is (254,96,157). Sum of RGB (Red+Green+Blue) = 254+96+157=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE609D is #019F62. Grayscale: #969696. Windows color (decimal): -106339 or 10313982. OLE color: 10313982.
HSL color Cylindrical-coordinate representation of color #FE609D: hue angle of 336.84º 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 #FE609D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 157 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.00 |
| HSL | 336.84º | 0.99% | 0.69% | - |
| HSV(B) | 336.84º | 0.62% | 1% | - |
| XYZ | 51.14 | 31.87 | 35.35 | - |
| YUV | 150.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 157 | 0 | 0.62 | 0.38 | 0.00 | 336.84 | 0.99 | 0.69 |
| Hex | FE | 60 | 9D | 0 | 3E | 26 | 0 | 151 | 63 | 45 |
| Octal | 376 | 140 | 235 | 0 | 76 | 46 | 0 | 521 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10011101 | 0 | 111110 | 100110 | 0 | 101010001 | 1100011 | 1000101 |
Color Harmonies of #FE609D
Complementary color
Monochromatic Colors of #FE609D
Black with #FE609D
Text Example
Text Example
White with #FE609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE609D; }
p { color: rgb(254,96,157); }
H1.HeaderClassName
{
color: #FE609D;
}
.AnyTagClassName
{
color: #FE609D;
}
</style>
background-color css
<style>
a { background-color: #FE609D; }
a { background-color: rgb(254,96,157); }
div.DivClassName
{
background-color: #FE609D;
}
.BgClassName
{
background-color: #FE609D;
}
</style>
border-color css
<style>
span { border-color: #FE609D; }
span { border-color: rgb(254,96,157); }
td.TdClassName
{
border-color: #FE609D;
}
.TagClassName
{
border-color: #FE609D;
}
</style>