Shades of Brilliant Rose #FE55B3
Tints of Brilliant Rose #FE55B3
RGB
CMYK
RGB Variations
Color information
#FE55B3 (or 0xFE55B3) is known color: Brilliant Rose. HEX triplet: FE, 55 and B3. RGB value is (254,85,179). Sum of RGB (Red+Green+Blue) = 254+85+179=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55B3 is #01AA4C. Grayscale: #929292. Windows color (decimal): -109133 or 11752958. OLE color: 11752958.
HSL color Cylindrical-coordinate representation of color #FE55B3: hue angle of 326.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55B3 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 179 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.00 |
| HSL | 326.63º | 0.99% | 0.66% | - |
| HSV(B) | 326.63º | 0.67% | 1% | - |
| XYZ | 52.26 | 30.82 | 45.84 | - |
| YUV | 146.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 179 | 0 | 0.67 | 0.30 | 0.00 | 326.63 | 0.99 | 0.66 |
| Hex | FE | 55 | B3 | 0 | 43 | 1E | 0 | 147 | 63 | 42 |
| Octal | 376 | 125 | 263 | 0 | 103 | 36 | 0 | 507 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10110011 | 0 | 1000011 | 11110 | 0 | 101000111 | 1100011 | 1000010 |
Color Harmonies of #FE55B3
Complementary color
Monochromatic Colors of #FE55B3
Black with #FE55B3
Text Example
Text Example
White with #FE55B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55B3; }
p { color: rgb(254,85,179); }
H1.HeaderClassName
{
color: #FE55B3;
}
.AnyTagClassName
{
color: #FE55B3;
}
</style>
background-color css
<style>
a { background-color: #FE55B3; }
a { background-color: rgb(254,85,179); }
div.DivClassName
{
background-color: #FE55B3;
}
.BgClassName
{
background-color: #FE55B3;
}
</style>
border-color css
<style>
span { border-color: #FE55B3; }
span { border-color: rgb(254,85,179); }
td.TdClassName
{
border-color: #FE55B3;
}
.TagClassName
{
border-color: #FE55B3;
}
</style>