Shades of Brilliant Rose #F6489C
Tints of Brilliant Rose #F6489C
RGB
CMYK
RGB Variations
Color information
#F6489C (or 0xF6489C) is known color: Brilliant Rose. HEX triplet: F6, 48 and 9C. RGB value is (246,72,156). Sum of RGB (Red+Green+Blue) = 246+72+156=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6489C is #09B763. Grayscale: #858585. Windows color (decimal): -636772 or 10242294. OLE color: 10242294.
HSL color Cylindrical-coordinate representation of color #F6489C: hue angle of 331.03º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F6489C is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 156 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.04 |
| HSL | 331.03º | 0.91% | 0.62% | - |
| HSV(B) | 331.03º | 0.71% | 0.96% | - |
| XYZ | 46.32 | 26.63 | 34.15 | - |
| YUV | 133.6 | 140.65 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 156 | 0 | 0.71 | 0.37 | 0.04 | 331.03 | 0.91 | 0.62 |
| Hex | F6 | 48 | 9C | 0 | 47 | 25 | 4 | 14B | 5B | 3E |
| Octal | 366 | 110 | 234 | 0 | 107 | 45 | 4 | 513 | 133 | 76 |
| Binary | 11110110 | 1001000 | 10011100 | 0 | 1000111 | 100101 | 100 | 101001011 | 1011011 | 111110 |
Color Harmonies of #F6489C
Complementary color
Monochromatic Colors of #F6489C
Black with #F6489C
Text Example
Text Example
White with #F6489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6489C; }
p { color: rgb(246,72,156); }
H1.HeaderClassName
{
color: #F6489C;
}
.AnyTagClassName
{
color: #F6489C;
}
</style>
background-color css
<style>
a { background-color: #F6489C; }
a { background-color: rgb(246,72,156); }
div.DivClassName
{
background-color: #F6489C;
}
.BgClassName
{
background-color: #F6489C;
}
</style>
border-color css
<style>
span { border-color: #F6489C; }
span { border-color: rgb(246,72,156); }
td.TdClassName
{
border-color: #F6489C;
}
.TagClassName
{
border-color: #F6489C;
}
</style>