Shades of Brilliant Rose #FE56AF
Tints of Brilliant Rose #FE56AF
RGB
CMYK
RGB Variations
Color information
#FE56AF (or 0xFE56AF) is known color: Brilliant Rose. HEX triplet: FE, 56 and AF. RGB value is (254,86,175). Sum of RGB (Red+Green+Blue) = 254+86+175=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE56AF is #01A950. Grayscale: #929292. Windows color (decimal): -108881 or 11491070. OLE color: 11491070.
HSL color Cylindrical-coordinate representation of color #FE56AF: hue angle of 328.21º 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 #FE56AF is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 175 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.00 |
| HSL | 328.21º | 0.99% | 0.67% | - |
| HSV(B) | 328.21º | 0.66% | 1% | - |
| XYZ | 51.94 | 30.82 | 43.77 | - |
| YUV | 146.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 175 | 0 | 0.66 | 0.31 | 0.00 | 328.21 | 0.99 | 0.67 |
| Hex | FE | 56 | AF | 0 | 42 | 1F | 0 | 148 | 63 | 43 |
| Octal | 376 | 126 | 257 | 0 | 102 | 37 | 0 | 510 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10101111 | 0 | 1000010 | 11111 | 0 | 101001000 | 1100011 | 1000011 |
Color Harmonies of #FE56AF
Complementary color
Monochromatic Colors of #FE56AF
Black with #FE56AF
Text Example
Text Example
White with #FE56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56AF; }
p { color: rgb(254,86,175); }
H1.HeaderClassName
{
color: #FE56AF;
}
.AnyTagClassName
{
color: #FE56AF;
}
</style>
background-color css
<style>
a { background-color: #FE56AF; }
a { background-color: rgb(254,86,175); }
div.DivClassName
{
background-color: #FE56AF;
}
.BgClassName
{
background-color: #FE56AF;
}
</style>
border-color css
<style>
span { border-color: #FE56AF; }
span { border-color: rgb(254,86,175); }
td.TdClassName
{
border-color: #FE56AF;
}
.TagClassName
{
border-color: #FE56AF;
}
</style>