Shades of Brilliant Rose #FE669D
Tints of Brilliant Rose #FE669D
RGB
CMYK
RGB Variations
Color information
#FE669D (or 0xFE669D) is known color: Brilliant Rose. HEX triplet: FE, 66 and 9D. RGB value is (254,102,157). Sum of RGB (Red+Green+Blue) = 254+102+157=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE669D is #019962. Grayscale: #999999. Windows color (decimal): -104803 or 10315518. OLE color: 10315518.
HSL color Cylindrical-coordinate representation of color #FE669D: hue angle of 338.29º 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 #FE669D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 157 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.00 |
| HSL | 338.29º | 0.99% | 0.7% | - |
| HSV(B) | 338.29º | 0.6% | 1% | - |
| XYZ | 51.71 | 33.01 | 35.54 | - |
| YUV | 153.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 157 | 0 | 0.60 | 0.38 | 0.00 | 338.29 | 0.99 | 0.7 |
| Hex | FE | 66 | 9D | 0 | 3C | 26 | 0 | 152 | 63 | 46 |
| Octal | 376 | 146 | 235 | 0 | 74 | 46 | 0 | 522 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10011101 | 0 | 111100 | 100110 | 0 | 101010010 | 1100011 | 1000110 |
Color Harmonies of #FE669D
Complementary color
Monochromatic Colors of #FE669D
Black with #FE669D
Text Example
Text Example
White with #FE669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE669D; }
p { color: rgb(254,102,157); }
H1.HeaderClassName
{
color: #FE669D;
}
.AnyTagClassName
{
color: #FE669D;
}
</style>
background-color css
<style>
a { background-color: #FE669D; }
a { background-color: rgb(254,102,157); }
div.DivClassName
{
background-color: #FE669D;
}
.BgClassName
{
background-color: #FE669D;
}
</style>
border-color css
<style>
span { border-color: #FE669D; }
span { border-color: rgb(254,102,157); }
td.TdClassName
{
border-color: #FE669D;
}
.TagClassName
{
border-color: #FE669D;
}
</style>