Shades of Brilliant Rose #FE569B
Tints of Brilliant Rose #FE569B
RGB
CMYK
RGB Variations
Color information
#FE569B (or 0xFE569B) is known color: Brilliant Rose. HEX triplet: FE, 56 and 9B. RGB value is (254,86,155). Sum of RGB (Red+Green+Blue) = 254+86+155=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE569B is #01A964. Grayscale: #8F8F8F. Windows color (decimal): -108901 or 10180350. OLE color: 10180350.
HSL color Cylindrical-coordinate representation of color #FE569B: hue angle of 335.36º 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 #FE569B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 155 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.00 |
| HSL | 335.36º | 0.99% | 0.67% | - |
| HSV(B) | 335.36º | 0.66% | 1% | - |
| XYZ | 50.12 | 30.09 | 34.18 | - |
| YUV | 144.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 155 | 0 | 0.66 | 0.39 | 0.00 | 335.36 | 0.99 | 0.67 |
| Hex | FE | 56 | 9B | 0 | 42 | 27 | 0 | 14F | 63 | 43 |
| Octal | 376 | 126 | 233 | 0 | 102 | 47 | 0 | 517 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10011011 | 0 | 1000010 | 100111 | 0 | 101001111 | 1100011 | 1000011 |
Color Harmonies of #FE569B
Complementary color
Monochromatic Colors of #FE569B
Black with #FE569B
Text Example
Text Example
White with #FE569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE569B; }
p { color: rgb(254,86,155); }
H1.HeaderClassName
{
color: #FE569B;
}
.AnyTagClassName
{
color: #FE569B;
}
</style>
background-color css
<style>
a { background-color: #FE569B; }
a { background-color: rgb(254,86,155); }
div.DivClassName
{
background-color: #FE569B;
}
.BgClassName
{
background-color: #FE569B;
}
</style>
border-color css
<style>
span { border-color: #FE569B; }
span { border-color: rgb(254,86,155); }
td.TdClassName
{
border-color: #FE569B;
}
.TagClassName
{
border-color: #FE569B;
}
</style>