Shades of Brilliant Rose #FE669F
Tints of Brilliant Rose #FE669F
RGB
CMYK
RGB Variations
Color information
#FE669F (or 0xFE669F) is known color: Brilliant Rose. HEX triplet: FE, 66 and 9F. RGB value is (254,102,159). Sum of RGB (Red+Green+Blue) = 254+102+159=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE669F is #019960. Grayscale: #999999. Windows color (decimal): -104801 or 10446590. OLE color: 10446590.
HSL color Cylindrical-coordinate representation of color #FE669F: hue angle of 337.5º 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 #FE669F is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 159 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.00 |
| HSL | 337.5º | 0.99% | 0.7% | - |
| HSV(B) | 337.5º | 0.6% | 1% | - |
| XYZ | 51.88 | 33.08 | 36.45 | - |
| YUV | 153.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 159 | 0 | 0.60 | 0.37 | 0.00 | 337.5 | 0.99 | 0.7 |
| Hex | FE | 66 | 9F | 0 | 3C | 25 | 0 | 152 | 63 | 46 |
| Octal | 376 | 146 | 237 | 0 | 74 | 45 | 0 | 522 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10011111 | 0 | 111100 | 100101 | 0 | 101010010 | 1100011 | 1000110 |
Color Harmonies of #FE669F
Complementary color
Monochromatic Colors of #FE669F
Black with #FE669F
Text Example
Text Example
White with #FE669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE669F; }
p { color: rgb(254,102,159); }
H1.HeaderClassName
{
color: #FE669F;
}
.AnyTagClassName
{
color: #FE669F;
}
</style>
background-color css
<style>
a { background-color: #FE669F; }
a { background-color: rgb(254,102,159); }
div.DivClassName
{
background-color: #FE669F;
}
.BgClassName
{
background-color: #FE669F;
}
</style>
border-color css
<style>
span { border-color: #FE669F; }
span { border-color: rgb(254,102,159); }
td.TdClassName
{
border-color: #FE669F;
}
.TagClassName
{
border-color: #FE669F;
}
</style>