Shades of Brilliant Rose #FE48AF
Tints of Brilliant Rose #FE48AF
RGB
CMYK
RGB Variations
Color information
#FE48AF (or 0xFE48AF) is known color: Brilliant Rose. HEX triplet: FE, 48 and AF. RGB value is (254,72,175). Sum of RGB (Red+Green+Blue) = 254+72+175=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48AF is #01B750. Grayscale: #898989. Windows color (decimal): -112465 or 11487486. OLE color: 11487486.
HSL color Cylindrical-coordinate representation of color #FE48AF: hue angle of 326.04º 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 #FE48AF is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 175 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.00 |
| HSL | 326.04º | 0.99% | 0.64% | - |
| HSV(B) | 326.04º | 0.72% | 1% | - |
| XYZ | 50.93 | 28.8 | 43.43 | - |
| YUV | 138.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 175 | 0 | 0.72 | 0.31 | 0.00 | 326.04 | 0.99 | 0.64 |
| Hex | FE | 48 | AF | 0 | 48 | 1F | 0 | 146 | 63 | 40 |
| Octal | 376 | 110 | 257 | 0 | 110 | 37 | 0 | 506 | 143 | 100 |
| Binary | 11111110 | 1001000 | 10101111 | 0 | 1001000 | 11111 | 0 | 101000110 | 1100011 | 1000000 |
Color Harmonies of #FE48AF
Complementary color
Monochromatic Colors of #FE48AF
Black with #FE48AF
Text Example
Text Example
White with #FE48AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48AF; }
p { color: rgb(254,72,175); }
H1.HeaderClassName
{
color: #FE48AF;
}
.AnyTagClassName
{
color: #FE48AF;
}
</style>
background-color css
<style>
a { background-color: #FE48AF; }
a { background-color: rgb(254,72,175); }
div.DivClassName
{
background-color: #FE48AF;
}
.BgClassName
{
background-color: #FE48AF;
}
</style>
border-color css
<style>
span { border-color: #FE48AF; }
span { border-color: rgb(254,72,175); }
td.TdClassName
{
border-color: #FE48AF;
}
.TagClassName
{
border-color: #FE48AF;
}
</style>