Shades of Brilliant Rose #F645A0
Tints of Brilliant Rose #F645A0
RGB
CMYK
RGB Variations
Color information
#F645A0 (or 0xF645A0) is known color: Brilliant Rose. HEX triplet: F6, 45 and A0. RGB value is (246,69,160). Sum of RGB (Red+Green+Blue) = 246+69+160=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F645A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F645A0 is #09BA5F. Grayscale: #848484. Windows color (decimal): -637536 or 10503670. OLE color: 10503670.
HSL color Cylindrical-coordinate representation of color #F645A0: hue angle of 329.15º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F645A0 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 160 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.04 |
| HSL | 329.15º | 0.91% | 0.62% | - |
| HSV(B) | 329.15º | 0.72% | 0.96% | - |
| XYZ | 46.48 | 26.39 | 35.9 | - |
| YUV | 132.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 160 | 0 | 0.72 | 0.35 | 0.04 | 329.15 | 0.91 | 0.62 |
| Hex | F6 | 45 | A0 | 0 | 48 | 23 | 4 | 149 | 5B | 3E |
| Octal | 366 | 105 | 240 | 0 | 110 | 43 | 4 | 511 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10100000 | 0 | 1001000 | 100011 | 100 | 101001001 | 1011011 | 111110 |
Color Harmonies of #F645A0
Complementary color
Monochromatic Colors of #F645A0
Black with #F645A0
Text Example
Text Example
White with #F645A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F645A0; }
p { color: rgb(246,69,160); }
H1.HeaderClassName
{
color: #F645A0;
}
.AnyTagClassName
{
color: #F645A0;
}
</style>
background-color css
<style>
a { background-color: #F645A0; }
a { background-color: rgb(246,69,160); }
div.DivClassName
{
background-color: #F645A0;
}
.BgClassName
{
background-color: #F645A0;
}
</style>
border-color css
<style>
span { border-color: #F645A0; }
span { border-color: rgb(246,69,160); }
td.TdClassName
{
border-color: #F645A0;
}
.TagClassName
{
border-color: #F645A0;
}
</style>