Shades of Brilliant Rose #FE569E
Tints of Brilliant Rose #FE569E
RGB
CMYK
RGB Variations
Color information
#FE569E (or 0xFE569E) is known color: Brilliant Rose. HEX triplet: FE, 56 and 9E. RGB value is (254,86,158). Sum of RGB (Red+Green+Blue) = 254+86+158=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE569E is #01A961. Grayscale: #909090. Windows color (decimal): -108898 or 10376958. OLE color: 10376958.
HSL color Cylindrical-coordinate representation of color #FE569E: hue angle of 334.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE569E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 158 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.00 |
| HSL | 334.29º | 0.99% | 0.67% | - |
| HSV(B) | 334.29º | 0.66% | 1% | - |
| XYZ | 50.37 | 30.2 | 35.52 | - |
| YUV | 144.44 | 135.66 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 158 | 0 | 0.66 | 0.38 | 0.00 | 334.29 | 0.99 | 0.67 |
| Hex | FE | 56 | 9E | 0 | 42 | 26 | 0 | 14E | 63 | 43 |
| Octal | 376 | 126 | 236 | 0 | 102 | 46 | 0 | 516 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10011110 | 0 | 1000010 | 100110 | 0 | 101001110 | 1100011 | 1000011 |
Color Harmonies of #FE569E
Complementary color
Monochromatic Colors of #FE569E
Black with #FE569E
Text Example
Text Example
White with #FE569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE569E; }
p { color: rgb(254,86,158); }
H1.HeaderClassName
{
color: #FE569E;
}
.AnyTagClassName
{
color: #FE569E;
}
</style>
background-color css
<style>
a { background-color: #FE569E; }
a { background-color: rgb(254,86,158); }
div.DivClassName
{
background-color: #FE569E;
}
.BgClassName
{
background-color: #FE569E;
}
</style>
border-color css
<style>
span { border-color: #FE569E; }
span { border-color: rgb(254,86,158); }
td.TdClassName
{
border-color: #FE569E;
}
.TagClassName
{
border-color: #FE569E;
}
</style>