Shades of Brilliant Rose #FE569D
Tints of Brilliant Rose #FE569D
RGB
CMYK
RGB Variations
Color information
#FE569D (or 0xFE569D) is known color: Brilliant Rose. HEX triplet: FE, 56 and 9D. RGB value is (254,86,157). Sum of RGB (Red+Green+Blue) = 254+86+157=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE569D is #01A962. Grayscale: #909090. Windows color (decimal): -108899 or 10311422. OLE color: 10311422.
HSL color Cylindrical-coordinate representation of color #FE569D: hue angle of 334.64º 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 #FE569D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 157 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.00 |
| HSL | 334.64º | 0.99% | 0.67% | - |
| HSV(B) | 334.64º | 0.66% | 1% | - |
| XYZ | 50.29 | 30.16 | 35.07 | - |
| YUV | 144.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 157 | 0 | 0.66 | 0.38 | 0.00 | 334.64 | 0.99 | 0.67 |
| Hex | FE | 56 | 9D | 0 | 42 | 26 | 0 | 14F | 63 | 43 |
| Octal | 376 | 126 | 235 | 0 | 102 | 46 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10011101 | 0 | 1000010 | 100110 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE569D
Complementary color
Monochromatic Colors of #FE569D
Black with #FE569D
Text Example
Text Example
White with #FE569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE569D; }
p { color: rgb(254,86,157); }
H1.HeaderClassName
{
color: #FE569D;
}
.AnyTagClassName
{
color: #FE569D;
}
</style>
background-color css
<style>
a { background-color: #FE569D; }
a { background-color: rgb(254,86,157); }
div.DivClassName
{
background-color: #FE569D;
}
.BgClassName
{
background-color: #FE569D;
}
</style>
border-color css
<style>
span { border-color: #FE569D; }
span { border-color: rgb(254,86,157); }
td.TdClassName
{
border-color: #FE569D;
}
.TagClassName
{
border-color: #FE569D;
}
</style>