Shades of Brilliant Rose #FE46AF
Tints of Brilliant Rose #FE46AF
RGB
CMYK
RGB Variations
Color information
#FE46AF (or 0xFE46AF) is known color: Brilliant Rose. HEX triplet: FE, 46 and AF. RGB value is (254,70,175). Sum of RGB (Red+Green+Blue) = 254+70+175=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46AF is #01B950. Grayscale: #888888. Windows color (decimal): -112977 or 11486974. OLE color: 11486974.
HSL color Cylindrical-coordinate representation of color #FE46AF: hue angle of 325.76º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE46AF is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 175 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.00 |
| HSL | 325.76º | 0.99% | 0.64% | - |
| HSV(B) | 325.76º | 0.72% | 1% | - |
| XYZ | 50.8 | 28.55 | 43.39 | - |
| YUV | 136.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 175 | 0 | 0.72 | 0.31 | 0.00 | 325.76 | 0.99 | 0.64 |
| Hex | FE | 46 | AF | 0 | 48 | 1F | 0 | 146 | 63 | 40 |
| Octal | 376 | 106 | 257 | 0 | 110 | 37 | 0 | 506 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10101111 | 0 | 1001000 | 11111 | 0 | 101000110 | 1100011 | 1000000 |
Color Harmonies of #FE46AF
Complementary color
Monochromatic Colors of #FE46AF
Black with #FE46AF
Text Example
Text Example
White with #FE46AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46AF; }
p { color: rgb(254,70,175); }
H1.HeaderClassName
{
color: #FE46AF;
}
.AnyTagClassName
{
color: #FE46AF;
}
</style>
background-color css
<style>
a { background-color: #FE46AF; }
a { background-color: rgb(254,70,175); }
div.DivClassName
{
background-color: #FE46AF;
}
.BgClassName
{
background-color: #FE46AF;
}
</style>
border-color css
<style>
span { border-color: #FE46AF; }
span { border-color: rgb(254,70,175); }
td.TdClassName
{
border-color: #FE46AF;
}
.TagClassName
{
border-color: #FE46AF;
}
</style>