Shades of Brilliant Rose #FE4DAF
Tints of Brilliant Rose #FE4DAF
RGB
CMYK
RGB Variations
Color information
#FE4DAF (or 0xFE4DAF) is known color: Brilliant Rose. HEX triplet: FE, 4D and AF. RGB value is (254,77,175). Sum of RGB (Red+Green+Blue) = 254+77+175=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4DAF is #01B250. Grayscale: #8C8C8C. Windows color (decimal): -111185 or 11488766. OLE color: 11488766.
HSL color Cylindrical-coordinate representation of color #FE4DAF: hue angle of 326.78º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DAF is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 175 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.00 |
| HSL | 326.78º | 0.99% | 0.65% | - |
| HSV(B) | 326.78º | 0.7% | 1% | - |
| XYZ | 51.26 | 29.47 | 43.54 | - |
| YUV | 141.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 175 | 0 | 0.70 | 0.31 | 0.00 | 326.78 | 0.99 | 0.65 |
| Hex | FE | 4D | AF | 0 | 46 | 1F | 0 | 147 | 63 | 41 |
| Octal | 376 | 115 | 257 | 0 | 106 | 37 | 0 | 507 | 143 | 101 |
| Binary | 11111110 | 1001101 | 10101111 | 0 | 1000110 | 11111 | 0 | 101000111 | 1100011 | 1000001 |
Color Harmonies of #FE4DAF
Complementary color
Monochromatic Colors of #FE4DAF
Black with #FE4DAF
Text Example
Text Example
White with #FE4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DAF; }
p { color: rgb(254,77,175); }
H1.HeaderClassName
{
color: #FE4DAF;
}
.AnyTagClassName
{
color: #FE4DAF;
}
</style>
background-color css
<style>
a { background-color: #FE4DAF; }
a { background-color: rgb(254,77,175); }
div.DivClassName
{
background-color: #FE4DAF;
}
.BgClassName
{
background-color: #FE4DAF;
}
</style>
border-color css
<style>
span { border-color: #FE4DAF; }
span { border-color: rgb(254,77,175); }
td.TdClassName
{
border-color: #FE4DAF;
}
.TagClassName
{
border-color: #FE4DAF;
}
</style>