Shades of Brilliant Rose #F6629A
Tints of Brilliant Rose #F6629A
RGB
CMYK
RGB Variations
Color information
#F6629A (or 0xF6629A) is known color: Brilliant Rose. HEX triplet: F6, 62 and 9A. RGB value is (246,98,154). Sum of RGB (Red+Green+Blue) = 246+98+154=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6629A is #099D65. Grayscale: #949494. Windows color (decimal): -630118 or 10117878. OLE color: 10117878.
HSL color Cylindrical-coordinate representation of color #F6629A: hue angle of 337.3º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F6629A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 154 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.04 |
| HSL | 337.3º | 0.89% | 0.67% | - |
| HSV(B) | 337.3º | 0.6% | 0.96% | - |
| XYZ | 48.21 | 30.66 | 33.95 | - |
| YUV | 148.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 154 | 0 | 0.60 | 0.37 | 0.04 | 337.3 | 0.89 | 0.67 |
| Hex | F6 | 62 | 9A | 0 | 3C | 25 | 4 | 151 | 59 | 43 |
| Octal | 366 | 142 | 232 | 0 | 74 | 45 | 4 | 521 | 131 | 103 |
| Binary | 11110110 | 1100010 | 10011010 | 0 | 111100 | 100101 | 100 | 101010001 | 1011001 | 1000011 |
Color Harmonies of #F6629A
Complementary color
Monochromatic Colors of #F6629A
Black with #F6629A
Text Example
Text Example
White with #F6629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6629A; }
p { color: rgb(246,98,154); }
H1.HeaderClassName
{
color: #F6629A;
}
.AnyTagClassName
{
color: #F6629A;
}
</style>
background-color css
<style>
a { background-color: #F6629A; }
a { background-color: rgb(246,98,154); }
div.DivClassName
{
background-color: #F6629A;
}
.BgClassName
{
background-color: #F6629A;
}
</style>
border-color css
<style>
span { border-color: #F6629A; }
span { border-color: rgb(246,98,154); }
td.TdClassName
{
border-color: #F6629A;
}
.TagClassName
{
border-color: #F6629A;
}
</style>