Shades of Brilliant Rose #FE649C
Tints of Brilliant Rose #FE649C
RGB
CMYK
RGB Variations
Color information
#FE649C (or 0xFE649C) is known color: Brilliant Rose. HEX triplet: FE, 64 and 9C. RGB value is (254,100,156). Sum of RGB (Red+Green+Blue) = 254+100+156=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE649C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE649C is #019B63. Grayscale: #989898. Windows color (decimal): -105316 or 10249470. OLE color: 10249470.
HSL color Cylindrical-coordinate representation of color #FE649C: hue angle of 338.18º 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 #FE649C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 156 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.00 |
| HSL | 338.18º | 0.99% | 0.69% | - |
| HSV(B) | 338.18º | 0.61% | 1% | - |
| XYZ | 51.43 | 32.59 | 35.03 | - |
| YUV | 152.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 156 | 0 | 0.61 | 0.39 | 0.00 | 338.18 | 0.99 | 0.69 |
| Hex | FE | 64 | 9C | 0 | 3D | 27 | 0 | 152 | 63 | 45 |
| Octal | 376 | 144 | 234 | 0 | 75 | 47 | 0 | 522 | 143 | 105 |
| Binary | 11111110 | 1100100 | 10011100 | 0 | 111101 | 100111 | 0 | 101010010 | 1100011 | 1000101 |
Color Harmonies of #FE649C
Complementary color
Monochromatic Colors of #FE649C
Black with #FE649C
Text Example
Text Example
White with #FE649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE649C; }
p { color: rgb(254,100,156); }
H1.HeaderClassName
{
color: #FE649C;
}
.AnyTagClassName
{
color: #FE649C;
}
</style>
background-color css
<style>
a { background-color: #FE649C; }
a { background-color: rgb(254,100,156); }
div.DivClassName
{
background-color: #FE649C;
}
.BgClassName
{
background-color: #FE649C;
}
</style>
border-color css
<style>
span { border-color: #FE649C; }
span { border-color: rgb(254,100,156); }
td.TdClassName
{
border-color: #FE649C;
}
.TagClassName
{
border-color: #FE649C;
}
</style>