Shades of Brilliant Rose #FE6395
Tints of Brilliant Rose #FE6395
RGB
CMYK
RGB Variations
Color information
#FE6395 (or 0xFE6395) is known color: Brilliant Rose. HEX triplet: FE, 63 and 95. RGB value is (254,99,149). Sum of RGB (Red+Green+Blue) = 254+99+149=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6395 is #019C6A. Grayscale: #979797. Windows color (decimal): -105579 or 9790462. OLE color: 9790462.
HSL color Cylindrical-coordinate representation of color #FE6395: hue angle of 340.65º 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 #FE6395 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 149 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.00 |
| HSL | 340.65º | 0.99% | 0.69% | - |
| HSV(B) | 340.65º | 0.61% | 1% | - |
| XYZ | 50.76 | 32.16 | 31.97 | - |
| YUV | 151.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 149 | 0 | 0.61 | 0.41 | 0.00 | 340.65 | 0.99 | 0.69 |
| Hex | FE | 63 | 95 | 0 | 3D | 29 | 0 | 155 | 63 | 45 |
| Octal | 376 | 143 | 225 | 0 | 75 | 51 | 0 | 525 | 143 | 105 |
| Binary | 11111110 | 1100011 | 10010101 | 0 | 111101 | 101001 | 0 | 101010101 | 1100011 | 1000101 |
Color Harmonies of #FE6395
Complementary color
Monochromatic Colors of #FE6395
Black with #FE6395
Text Example
Text Example
White with #FE6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6395; }
p { color: rgb(254,99,149); }
H1.HeaderClassName
{
color: #FE6395;
}
.AnyTagClassName
{
color: #FE6395;
}
</style>
background-color css
<style>
a { background-color: #FE6395; }
a { background-color: rgb(254,99,149); }
div.DivClassName
{
background-color: #FE6395;
}
.BgClassName
{
background-color: #FE6395;
}
</style>
border-color css
<style>
span { border-color: #FE6395; }
span { border-color: rgb(254,99,149); }
td.TdClassName
{
border-color: #FE6395;
}
.TagClassName
{
border-color: #FE6395;
}
</style>