Shades of Brilliant Rose #FE56A7
Tints of Brilliant Rose #FE56A7
RGB
CMYK
RGB Variations
Color information
#FE56A7 (or 0xFE56A7) is known color: Brilliant Rose. HEX triplet: FE, 56 and A7. RGB value is (254,86,167). Sum of RGB (Red+Green+Blue) = 254+86+167=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE56A7 is #01A958. Grayscale: #919191. Windows color (decimal): -108889 or 10966782. OLE color: 10966782.
HSL color Cylindrical-coordinate representation of color #FE56A7: hue angle of 331.07º 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 #FE56A7 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 167 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.00 |
| HSL | 331.07º | 0.99% | 0.67% | - |
| HSV(B) | 331.07º | 0.66% | 1% | - |
| XYZ | 51.18 | 30.52 | 39.75 | - |
| YUV | 145.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 167 | 0 | 0.66 | 0.34 | 0.00 | 331.07 | 0.99 | 0.67 |
| Hex | FE | 56 | A7 | 0 | 42 | 22 | 0 | 14B | 63 | 43 |
| Octal | 376 | 126 | 247 | 0 | 102 | 42 | 0 | 513 | 143 | 103 |
| Binary | 11111110 | 1010110 | 10100111 | 0 | 1000010 | 100010 | 0 | 101001011 | 1100011 | 1000011 |
Color Harmonies of #FE56A7
Complementary color
Monochromatic Colors of #FE56A7
Black with #FE56A7
Text Example
Text Example
White with #FE56A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56A7; }
p { color: rgb(254,86,167); }
H1.HeaderClassName
{
color: #FE56A7;
}
.AnyTagClassName
{
color: #FE56A7;
}
</style>
background-color css
<style>
a { background-color: #FE56A7; }
a { background-color: rgb(254,86,167); }
div.DivClassName
{
background-color: #FE56A7;
}
.BgClassName
{
background-color: #FE56A7;
}
</style>
border-color css
<style>
span { border-color: #FE56A7; }
span { border-color: rgb(254,86,167); }
td.TdClassName
{
border-color: #FE56A7;
}
.TagClassName
{
border-color: #FE56A7;
}
</style>