Shades of Brilliant Rose #FF629C
Tints of Brilliant Rose #FF629C
RGB
CMYK
RGB Variations
Color information
#FF629C (or 0xFF629C) is known color: Brilliant Rose. HEX triplet: FF, 62 and 9C. RGB value is (255,98,156). Sum of RGB (Red+Green+Blue) = 255+98+156=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF629C is #009D63. Grayscale: #979797. Windows color (decimal): -40292 or 10248959. OLE color: 10248959.
HSL color Cylindrical-coordinate representation of color #FF629C: hue angle of 337.83º 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 #FF629C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 156 | - |
| CMYK | 0 | 0.62 | 0.39 | 0 |
| HSL | 337.83º | 1% | 0.69% | - |
| HSV(B) | 337.83º | 0.62% | 1% | - |
| XYZ | 51.61 | 32.4 | 34.99 | - |
| YUV | 151.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 156 | 0 | 0.62 | 0.39 | 0 | 337.83 | 1 | 0.69 |
| Hex | FF | 62 | 9C | 0 | 3E | 27 | 0 | 152 | 64 | 45 |
| Octal | 377 | 142 | 234 | 0 | 76 | 47 | 0 | 522 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10011100 | 0 | 111110 | 100111 | 0 | 101010010 | 1100100 | 1000101 |
Color Harmonies of #FF629C
Complementary color
Monochromatic Colors of #FF629C
Black with #FF629C
Text Example
Text Example
White with #FF629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF629C; }
p { color: rgb(255,98,156); }
H1.HeaderClassName
{
color: #FF629C;
}
.AnyTagClassName
{
color: #FF629C;
}
</style>
background-color css
<style>
a { background-color: #FF629C; }
a { background-color: rgb(255,98,156); }
div.DivClassName
{
background-color: #FF629C;
}
.BgClassName
{
background-color: #FF629C;
}
</style>
border-color css
<style>
span { border-color: #FF629C; }
span { border-color: rgb(255,98,156); }
td.TdClassName
{
border-color: #FF629C;
}
.TagClassName
{
border-color: #FF629C;
}
</style>