Shades of Brilliant Rose #FE4F9C
Tints of Brilliant Rose #FE4F9C
RGB
CMYK
RGB Variations
Color information
#FE4F9C (or 0xFE4F9C) is known color: Brilliant Rose. HEX triplet: FE, 4F and 9C. RGB value is (254,79,156). Sum of RGB (Red+Green+Blue) = 254+79+156=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4F9C is #01B063. Grayscale: #8B8B8B. Windows color (decimal): -110692 or 10244094. OLE color: 10244094.
HSL color Cylindrical-coordinate representation of color #FE4F9C: hue angle of 333.6º 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 #FE4F9C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 156 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.00 |
| HSL | 333.6º | 0.99% | 0.65% | - |
| HSV(B) | 333.6º | 0.69% | 1% | - |
| XYZ | 49.67 | 29.06 | 34.44 | - |
| YUV | 140.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 156 | 0 | 0.69 | 0.39 | 0.00 | 333.6 | 0.99 | 0.65 |
| Hex | FE | 4F | 9C | 0 | 45 | 27 | 0 | 14E | 63 | 41 |
| Octal | 376 | 117 | 234 | 0 | 105 | 47 | 0 | 516 | 143 | 101 |
| Binary | 11111110 | 1001111 | 10011100 | 0 | 1000101 | 100111 | 0 | 101001110 | 1100011 | 1000001 |
Color Harmonies of #FE4F9C
Complementary color
Monochromatic Colors of #FE4F9C
Black with #FE4F9C
Text Example
Text Example
White with #FE4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F9C; }
p { color: rgb(254,79,156); }
H1.HeaderClassName
{
color: #FE4F9C;
}
.AnyTagClassName
{
color: #FE4F9C;
}
</style>
background-color css
<style>
a { background-color: #FE4F9C; }
a { background-color: rgb(254,79,156); }
div.DivClassName
{
background-color: #FE4F9C;
}
.BgClassName
{
background-color: #FE4F9C;
}
</style>
border-color css
<style>
span { border-color: #FE4F9C; }
span { border-color: rgb(254,79,156); }
td.TdClassName
{
border-color: #FE4F9C;
}
.TagClassName
{
border-color: #FE4F9C;
}
</style>