Shades of Brilliant Rose #FE67A0
Tints of Brilliant Rose #FE67A0
RGB
CMYK
RGB Variations
Color information
#FE67A0 (or 0xFE67A0) is known color: Brilliant Rose. HEX triplet: FE, 67 and A0. RGB value is (254,103,160). Sum of RGB (Red+Green+Blue) = 254+103+160=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE67A0 is #01985F. Grayscale: #9A9A9A. Windows color (decimal): -104544 or 10512382. OLE color: 10512382.
HSL color Cylindrical-coordinate representation of color #FE67A0: hue angle of 337.35º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67A0 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 160 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.00 |
| HSL | 337.35º | 0.99% | 0.7% | - |
| HSV(B) | 337.35º | 0.59% | 1% | - |
| XYZ | 52.07 | 33.31 | 36.94 | - |
| YUV | 154.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 160 | 0 | 0.59 | 0.37 | 0.00 | 337.35 | 0.99 | 0.7 |
| Hex | FE | 67 | A0 | 0 | 3B | 25 | 0 | 151 | 63 | 46 |
| Octal | 376 | 147 | 240 | 0 | 73 | 45 | 0 | 521 | 143 | 106 |
| Binary | 11111110 | 1100111 | 10100000 | 0 | 111011 | 100101 | 0 | 101010001 | 1100011 | 1000110 |
Color Harmonies of #FE67A0
Complementary color
Monochromatic Colors of #FE67A0
Black with #FE67A0
Text Example
Text Example
White with #FE67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67A0; }
p { color: rgb(254,103,160); }
H1.HeaderClassName
{
color: #FE67A0;
}
.AnyTagClassName
{
color: #FE67A0;
}
</style>
background-color css
<style>
a { background-color: #FE67A0; }
a { background-color: rgb(254,103,160); }
div.DivClassName
{
background-color: #FE67A0;
}
.BgClassName
{
background-color: #FE67A0;
}
</style>
border-color css
<style>
span { border-color: #FE67A0; }
span { border-color: rgb(254,103,160); }
td.TdClassName
{
border-color: #FE67A0;
}
.TagClassName
{
border-color: #FE67A0;
}
</style>