Shades of Brilliant Rose #F6529A
Tints of Brilliant Rose #F6529A
RGB
CMYK
RGB Variations
Color information
#F6529A (or 0xF6529A) is known color: Brilliant Rose. HEX triplet: F6, 52 and 9A. RGB value is (246,82,154). Sum of RGB (Red+Green+Blue) = 246+82+154=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F6529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6529A is #09AD65. Grayscale: #8B8B8B. Windows color (decimal): -634214 or 10113782. OLE color: 10113782.
HSL color Cylindrical-coordinate representation of color #F6529A: hue angle of 333.66º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6529A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 154 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.04 |
| HSL | 333.66º | 0.9% | 0.64% | - |
| HSV(B) | 333.66º | 0.67% | 0.96% | - |
| XYZ | 46.86 | 27.96 | 33.5 | - |
| YUV | 139.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 154 | 0 | 0.67 | 0.37 | 0.04 | 333.66 | 0.9 | 0.64 |
| Hex | F6 | 52 | 9A | 0 | 43 | 25 | 4 | 14E | 5A | 40 |
| Octal | 366 | 122 | 232 | 0 | 103 | 45 | 4 | 516 | 132 | 100 |
| Binary | 11110110 | 1010010 | 10011010 | 0 | 1000011 | 100101 | 100 | 101001110 | 1011010 | 1000000 |
Color Harmonies of #F6529A
Complementary color
Monochromatic Colors of #F6529A
Black with #F6529A
Text Example
Text Example
White with #F6529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6529A; }
p { color: rgb(246,82,154); }
H1.HeaderClassName
{
color: #F6529A;
}
.AnyTagClassName
{
color: #F6529A;
}
</style>
background-color css
<style>
a { background-color: #F6529A; }
a { background-color: rgb(246,82,154); }
div.DivClassName
{
background-color: #F6529A;
}
.BgClassName
{
background-color: #F6529A;
}
</style>
border-color css
<style>
span { border-color: #F6529A; }
span { border-color: rgb(246,82,154); }
td.TdClassName
{
border-color: #F6529A;
}
.TagClassName
{
border-color: #F6529A;
}
</style>