Shades of Brilliant Rose #FE42AC
Tints of Brilliant Rose #FE42AC
RGB
CMYK
RGB Variations
Color information
#FE42AC (or 0xFE42AC) is known color: Brilliant Rose. HEX triplet: FE, 42 and AC. RGB value is (254,66,172). Sum of RGB (Red+Green+Blue) = 254+66+172=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE42AC is #01BD53. Grayscale: #868686. Windows color (decimal): -114004 or 11289342. OLE color: 11289342.
HSL color Cylindrical-coordinate representation of color #FE42AC: hue angle of 326.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE42AC is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 172 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.00 |
| HSL | 326.17º | 0.99% | 0.63% | - |
| HSV(B) | 326.17º | 0.74% | 1% | - |
| XYZ | 50.27 | 27.95 | 41.77 | - |
| YUV | 134.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 172 | 0 | 0.74 | 0.32 | 0.00 | 326.17 | 0.99 | 0.63 |
| Hex | FE | 42 | AC | 0 | 4A | 20 | 0 | 146 | 63 | 3F |
| Octal | 376 | 102 | 254 | 0 | 112 | 40 | 0 | 506 | 143 | 77 |
| Binary | 11111110 | 1000010 | 10101100 | 0 | 1001010 | 100000 | 0 | 101000110 | 1100011 | 111111 |
Color Harmonies of #FE42AC
Complementary color
Monochromatic Colors of #FE42AC
Black with #FE42AC
Text Example
Text Example
White with #FE42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE42AC; }
p { color: rgb(254,66,172); }
H1.HeaderClassName
{
color: #FE42AC;
}
.AnyTagClassName
{
color: #FE42AC;
}
</style>
background-color css
<style>
a { background-color: #FE42AC; }
a { background-color: rgb(254,66,172); }
div.DivClassName
{
background-color: #FE42AC;
}
.BgClassName
{
background-color: #FE42AC;
}
</style>
border-color css
<style>
span { border-color: #FE42AC; }
span { border-color: rgb(254,66,172); }
td.TdClassName
{
border-color: #FE42AC;
}
.TagClassName
{
border-color: #FE42AC;
}
</style>