Shades of Brilliant Rose #FE609A
Tints of Brilliant Rose #FE609A
RGB
CMYK
RGB Variations
Color information
#FE609A (or 0xFE609A) is known color: Brilliant Rose. HEX triplet: FE, 60 and 9A. RGB value is (254,96,154). Sum of RGB (Red+Green+Blue) = 254+96+154=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE609A is #019F65. Grayscale: #959595. Windows color (decimal): -106342 or 10117374. OLE color: 10117374.
HSL color Cylindrical-coordinate representation of color #FE609A: hue angle of 337.97º 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 #FE609A is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 154 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.00 |
| HSL | 337.97º | 0.99% | 0.69% | - |
| HSV(B) | 337.97º | 0.62% | 1% | - |
| XYZ | 50.89 | 31.77 | 34.02 | - |
| YUV | 149.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 154 | 0 | 0.62 | 0.39 | 0.00 | 337.97 | 0.99 | 0.69 |
| Hex | FE | 60 | 9A | 0 | 3E | 27 | 0 | 152 | 63 | 45 |
| Octal | 376 | 140 | 232 | 0 | 76 | 47 | 0 | 522 | 143 | 105 |
| Binary | 11111110 | 1100000 | 10011010 | 0 | 111110 | 100111 | 0 | 101010010 | 1100011 | 1000101 |
Color Harmonies of #FE609A
Complementary color
Monochromatic Colors of #FE609A
Black with #FE609A
Text Example
Text Example
White with #FE609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE609A; }
p { color: rgb(254,96,154); }
H1.HeaderClassName
{
color: #FE609A;
}
.AnyTagClassName
{
color: #FE609A;
}
</style>
background-color css
<style>
a { background-color: #FE609A; }
a { background-color: rgb(254,96,154); }
div.DivClassName
{
background-color: #FE609A;
}
.BgClassName
{
background-color: #FE609A;
}
</style>
border-color css
<style>
span { border-color: #FE609A; }
span { border-color: rgb(254,96,154); }
td.TdClassName
{
border-color: #FE609A;
}
.TagClassName
{
border-color: #FE609A;
}
</style>