Shades of Brilliant Rose #FE629C
Tints of Brilliant Rose #FE629C
RGB
CMYK
RGB Variations
Color information
#FE629C (or 0xFE629C) is known color: Brilliant Rose. HEX triplet: FE, 62 and 9C. RGB value is (254,98,156). Sum of RGB (Red+Green+Blue) = 254+98+156=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE629C is #019D63. Grayscale: #979797. Windows color (decimal): -105828 or 10248958. OLE color: 10248958.
HSL color Cylindrical-coordinate representation of color #FE629C: hue angle of 337.69º 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 #FE629C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 156 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.00 |
| HSL | 337.69º | 0.99% | 0.69% | - |
| HSV(B) | 337.69º | 0.61% | 1% | - |
| XYZ | 51.24 | 32.21 | 34.97 | - |
| YUV | 151.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 156 | 0 | 0.61 | 0.39 | 0.00 | 337.69 | 0.99 | 0.69 |
| Hex | FE | 62 | 9C | 0 | 3D | 27 | 0 | 152 | 63 | 45 |
| Octal | 376 | 142 | 234 | 0 | 75 | 47 | 0 | 522 | 143 | 105 |
| Binary | 11111110 | 1100010 | 10011100 | 0 | 111101 | 100111 | 0 | 101010010 | 1100011 | 1000101 |
Color Harmonies of #FE629C
Complementary color
Monochromatic Colors of #FE629C
Black with #FE629C
Text Example
Text Example
White with #FE629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE629C; }
p { color: rgb(254,98,156); }
H1.HeaderClassName
{
color: #FE629C;
}
.AnyTagClassName
{
color: #FE629C;
}
</style>
background-color css
<style>
a { background-color: #FE629C; }
a { background-color: rgb(254,98,156); }
div.DivClassName
{
background-color: #FE629C;
}
.BgClassName
{
background-color: #FE629C;
}
</style>
border-color css
<style>
span { border-color: #FE629C; }
span { border-color: rgb(254,98,156); }
td.TdClassName
{
border-color: #FE629C;
}
.TagClassName
{
border-color: #FE629C;
}
</style>