Shades of Brilliant Rose #FE4FAC
Tints of Brilliant Rose #FE4FAC
RGB
CMYK
RGB Variations
Color information
#FE4FAC (or 0xFE4FAC) is known color: Brilliant Rose. HEX triplet: FE, 4F and AC. RGB value is (254,79,172). Sum of RGB (Red+Green+Blue) = 254+79+172=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4FAC is #01B053. Grayscale: #8D8D8D. Windows color (decimal): -110676 or 11292670. OLE color: 11292670.
HSL color Cylindrical-coordinate representation of color #FE4FAC: hue angle of 328.11º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4FAC is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 172 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.00 |
| HSL | 328.11º | 0.99% | 0.65% | - |
| HSV(B) | 328.11º | 0.69% | 1% | - |
| XYZ | 51.12 | 29.64 | 42.06 | - |
| YUV | 141.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 172 | 0 | 0.69 | 0.32 | 0.00 | 328.11 | 0.99 | 0.65 |
| Hex | FE | 4F | AC | 0 | 45 | 20 | 0 | 148 | 63 | 41 |
| Octal | 376 | 117 | 254 | 0 | 105 | 40 | 0 | 510 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10101100 | 0 | 1000101 | 100000 | 0 | 101001000 | 1100011 | 1000001 |
Color Harmonies of #FE4FAC
Complementary color
Monochromatic Colors of #FE4FAC
Black with #FE4FAC
Text Example
Text Example
White with #FE4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FAC; }
p { color: rgb(254,79,172); }
H1.HeaderClassName
{
color: #FE4FAC;
}
.AnyTagClassName
{
color: #FE4FAC;
}
</style>
background-color css
<style>
a { background-color: #FE4FAC; }
a { background-color: rgb(254,79,172); }
div.DivClassName
{
background-color: #FE4FAC;
}
.BgClassName
{
background-color: #FE4FAC;
}
</style>
border-color css
<style>
span { border-color: #FE4FAC; }
span { border-color: rgb(254,79,172); }
td.TdClassName
{
border-color: #FE4FAC;
}
.TagClassName
{
border-color: #FE4FAC;
}
</style>