Shades of Brilliant Rose #FE659C
Tints of Brilliant Rose #FE659C
RGB
CMYK
RGB Variations
Color information
#FE659C (or 0xFE659C) is known color: Brilliant Rose. HEX triplet: FE, 65 and 9C. RGB value is (254,101,156). Sum of RGB (Red+Green+Blue) = 254+101+156=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE659C is #019A63. Grayscale: #989898. Windows color (decimal): -105060 or 10249726. OLE color: 10249726.
HSL color Cylindrical-coordinate representation of color #FE659C: hue angle of 338.43º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE659C is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 156 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.00 |
| HSL | 338.43º | 0.99% | 0.7% | - |
| HSV(B) | 338.43º | 0.6% | 1% | - |
| XYZ | 51.53 | 32.78 | 35.06 | - |
| YUV | 153.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 156 | 0 | 0.60 | 0.39 | 0.00 | 338.43 | 0.99 | 0.7 |
| Hex | FE | 65 | 9C | 0 | 3C | 27 | 0 | 152 | 63 | 46 |
| Octal | 376 | 145 | 234 | 0 | 74 | 47 | 0 | 522 | 143 | 106 |
| Binary | 11111110 | 1100101 | 10011100 | 0 | 111100 | 100111 | 0 | 101010010 | 1100011 | 1000110 |
Color Harmonies of #FE659C
Complementary color
Monochromatic Colors of #FE659C
Black with #FE659C
Text Example
Text Example
White with #FE659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE659C; }
p { color: rgb(254,101,156); }
H1.HeaderClassName
{
color: #FE659C;
}
.AnyTagClassName
{
color: #FE659C;
}
</style>
background-color css
<style>
a { background-color: #FE659C; }
a { background-color: rgb(254,101,156); }
div.DivClassName
{
background-color: #FE659C;
}
.BgClassName
{
background-color: #FE659C;
}
</style>
border-color css
<style>
span { border-color: #FE659C; }
span { border-color: rgb(254,101,156); }
td.TdClassName
{
border-color: #FE659C;
}
.TagClassName
{
border-color: #FE659C;
}
</style>