Shades of Brilliant Rose #FE649B
Tints of Brilliant Rose #FE649B
RGB
CMYK
RGB Variations
Color information
#FE649B (or 0xFE649B) is known color: Brilliant Rose. HEX triplet: FE, 64 and 9B. RGB value is (254,100,155). Sum of RGB (Red+Green+Blue) = 254+100+155=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE649B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE649B is #019B64. Grayscale: #989898. Windows color (decimal): -105317 or 10183934. OLE color: 10183934.
HSL color Cylindrical-coordinate representation of color #FE649B: hue angle of 338.57º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE649B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 155 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.00 |
| HSL | 338.57º | 0.99% | 0.69% | - |
| HSV(B) | 338.57º | 0.61% | 1% | - |
| XYZ | 51.35 | 32.55 | 34.59 | - |
| YUV | 152.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 155 | 0 | 0.61 | 0.39 | 0.00 | 338.57 | 0.99 | 0.69 |
| Hex | FE | 64 | 9B | 0 | 3D | 27 | 0 | 153 | 63 | 45 |
| Octal | 376 | 144 | 233 | 0 | 75 | 47 | 0 | 523 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10011011 | 0 | 111101 | 100111 | 0 | 101010011 | 1100011 | 1000101 |
Color Harmonies of #FE649B
Complementary color
Monochromatic Colors of #FE649B
Black with #FE649B
Text Example
Text Example
White with #FE649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE649B; }
p { color: rgb(254,100,155); }
H1.HeaderClassName
{
color: #FE649B;
}
.AnyTagClassName
{
color: #FE649B;
}
</style>
background-color css
<style>
a { background-color: #FE649B; }
a { background-color: rgb(254,100,155); }
div.DivClassName
{
background-color: #FE649B;
}
.BgClassName
{
background-color: #FE649B;
}
</style>
border-color css
<style>
span { border-color: #FE649B; }
span { border-color: rgb(254,100,155); }
td.TdClassName
{
border-color: #FE649B;
}
.TagClassName
{
border-color: #FE649B;
}
</style>