Shades of Brilliant Rose #FF629E
Tints of Brilliant Rose #FF629E
RGB
CMYK
RGB Variations
Color information
#FF629E (or 0xFF629E) is known color: Brilliant Rose. HEX triplet: FF, 62 and 9E. RGB value is (255,98,158). Sum of RGB (Red+Green+Blue) = 255+98+158=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF629E is #009D61. Grayscale: #979797. Windows color (decimal): -40290 or 10380031. OLE color: 10380031.
HSL color Cylindrical-coordinate representation of color #FF629E: hue angle of 337.07º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF629E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 158 | - |
| CMYK | 0 | 0.62 | 0.38 | 0 |
| HSL | 337.07º | 1% | 0.69% | - |
| HSV(B) | 337.07º | 0.62% | 1% | - |
| XYZ | 51.78 | 32.46 | 35.88 | - |
| YUV | 151.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 158 | 0 | 0.62 | 0.38 | 0 | 337.07 | 1 | 0.69 |
| Hex | FF | 62 | 9E | 0 | 3E | 26 | 0 | 151 | 64 | 45 |
| Octal | 377 | 142 | 236 | 0 | 76 | 46 | 0 | 521 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10011110 | 0 | 111110 | 100110 | 0 | 101010001 | 1100100 | 1000101 |
Color Harmonies of #FF629E
Complementary color
Monochromatic Colors of #FF629E
Black with #FF629E
Text Example
Text Example
White with #FF629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF629E; }
p { color: rgb(255,98,158); }
H1.HeaderClassName
{
color: #FF629E;
}
.AnyTagClassName
{
color: #FF629E;
}
</style>
background-color css
<style>
a { background-color: #FF629E; }
a { background-color: rgb(255,98,158); }
div.DivClassName
{
background-color: #FF629E;
}
.BgClassName
{
background-color: #FF629E;
}
</style>
border-color css
<style>
span { border-color: #FF629E; }
span { border-color: rgb(255,98,158); }
td.TdClassName
{
border-color: #FF629E;
}
.TagClassName
{
border-color: #FF629E;
}
</style>