Shades of Brilliant Rose #FE53B3
Tints of Brilliant Rose #FE53B3
RGB
CMYK
RGB Variations
Color information
#FE53B3 (or 0xFE53B3) is known color: Brilliant Rose. HEX triplet: FE, 53 and B3. RGB value is (254,83,179). Sum of RGB (Red+Green+Blue) = 254+83+179=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53B3 is #01AC4C. Grayscale: #909090. Windows color (decimal): -109645 or 11752446. OLE color: 11752446.
HSL color Cylindrical-coordinate representation of color #FE53B3: hue angle of 326.32º 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 #FE53B3 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 179 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.00 |
| HSL | 326.32º | 0.99% | 0.66% | - |
| HSV(B) | 326.32º | 0.67% | 1% | - |
| XYZ | 52.1 | 30.51 | 45.79 | - |
| YUV | 145.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 179 | 0 | 0.67 | 0.30 | 0.00 | 326.32 | 0.99 | 0.66 |
| Hex | FE | 53 | B3 | 0 | 43 | 1E | 0 | 146 | 63 | 42 |
| Octal | 376 | 123 | 263 | 0 | 103 | 36 | 0 | 506 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10110011 | 0 | 1000011 | 11110 | 0 | 101000110 | 1100011 | 1000010 |
Color Harmonies of #FE53B3
Complementary color
Monochromatic Colors of #FE53B3
Black with #FE53B3
Text Example
Text Example
White with #FE53B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53B3; }
p { color: rgb(254,83,179); }
H1.HeaderClassName
{
color: #FE53B3;
}
.AnyTagClassName
{
color: #FE53B3;
}
</style>
background-color css
<style>
a { background-color: #FE53B3; }
a { background-color: rgb(254,83,179); }
div.DivClassName
{
background-color: #FE53B3;
}
.BgClassName
{
background-color: #FE53B3;
}
</style>
border-color css
<style>
span { border-color: #FE53B3; }
span { border-color: rgb(254,83,179); }
td.TdClassName
{
border-color: #FE53B3;
}
.TagClassName
{
border-color: #FE53B3;
}
</style>