Shades of Brilliant Rose #FE469C
Tints of Brilliant Rose #FE469C
RGB
CMYK
RGB Variations
Color information
#FE469C (or 0xFE469C) is known color: Brilliant Rose. HEX triplet: FE, 46 and 9C. RGB value is (254,70,156). Sum of RGB (Red+Green+Blue) = 254+70+156=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE469C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE469C is #01B963. Grayscale: #868686. Windows color (decimal): -112996 or 10241790. OLE color: 10241790.
HSL color Cylindrical-coordinate representation of color #FE469C: hue angle of 331.96º 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 #FE469C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 156 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.00 |
| HSL | 331.96º | 0.99% | 0.64% | - |
| HSV(B) | 331.96º | 0.72% | 1% | - |
| XYZ | 49.06 | 27.85 | 34.24 | - |
| YUV | 134.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 156 | 0 | 0.72 | 0.39 | 0.00 | 331.96 | 0.99 | 0.64 |
| Hex | FE | 46 | 9C | 0 | 48 | 27 | 0 | 14C | 63 | 40 |
| Octal | 376 | 106 | 234 | 0 | 110 | 47 | 0 | 514 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011100 | 0 | 1001000 | 100111 | 0 | 101001100 | 1100011 | 1000000 |
Color Harmonies of #FE469C
Complementary color
Monochromatic Colors of #FE469C
Black with #FE469C
Text Example
Text Example
White with #FE469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE469C; }
p { color: rgb(254,70,156); }
H1.HeaderClassName
{
color: #FE469C;
}
.AnyTagClassName
{
color: #FE469C;
}
</style>
background-color css
<style>
a { background-color: #FE469C; }
a { background-color: rgb(254,70,156); }
div.DivClassName
{
background-color: #FE469C;
}
.BgClassName
{
background-color: #FE469C;
}
</style>
border-color css
<style>
span { border-color: #FE469C; }
span { border-color: rgb(254,70,156); }
td.TdClassName
{
border-color: #FE469C;
}
.TagClassName
{
border-color: #FE469C;
}
</style>