Shades of Brilliant Rose #FE57AF
Tints of Brilliant Rose #FE57AF
RGB
CMYK
RGB Variations
Color information
#FE57AF (or 0xFE57AF) is known color: Brilliant Rose. HEX triplet: FE, 57 and AF. RGB value is (254,87,175). Sum of RGB (Red+Green+Blue) = 254+87+175=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE57AF is #01A850. Grayscale: #929292. Windows color (decimal): -108625 or 11491326. OLE color: 11491326.
HSL color Cylindrical-coordinate representation of color #FE57AF: hue angle of 328.38º 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 #FE57AF is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 175 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.00 |
| HSL | 328.38º | 0.99% | 0.67% | - |
| HSV(B) | 328.38º | 0.66% | 1% | - |
| XYZ | 52.02 | 30.98 | 43.8 | - |
| YUV | 146.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 175 | 0 | 0.66 | 0.31 | 0.00 | 328.38 | 0.99 | 0.67 |
| Hex | FE | 57 | AF | 0 | 42 | 1F | 0 | 148 | 63 | 43 |
| Octal | 376 | 127 | 257 | 0 | 102 | 37 | 0 | 510 | 143 | 103 |
| Binary | 11111110 | 1010111 | 10101111 | 0 | 1000010 | 11111 | 0 | 101001000 | 1100011 | 1000011 |
Color Harmonies of #FE57AF
Complementary color
Monochromatic Colors of #FE57AF
Black with #FE57AF
Text Example
Text Example
White with #FE57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57AF; }
p { color: rgb(254,87,175); }
H1.HeaderClassName
{
color: #FE57AF;
}
.AnyTagClassName
{
color: #FE57AF;
}
</style>
background-color css
<style>
a { background-color: #FE57AF; }
a { background-color: rgb(254,87,175); }
div.DivClassName
{
background-color: #FE57AF;
}
.BgClassName
{
background-color: #FE57AF;
}
</style>
border-color css
<style>
span { border-color: #FE57AF; }
span { border-color: rgb(254,87,175); }
td.TdClassName
{
border-color: #FE57AF;
}
.TagClassName
{
border-color: #FE57AF;
}
</style>