Shades of Brilliant Rose #F648A0
Tints of Brilliant Rose #F648A0
RGB
CMYK
RGB Variations
Color information
#F648A0 (or 0xF648A0) is known color: Brilliant Rose. HEX triplet: F6, 48 and A0. RGB value is (246,72,160). Sum of RGB (Red+Green+Blue) = 246+72+160=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F648A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F648A0 is #09B75F. Grayscale: #858585. Windows color (decimal): -636768 or 10504438. OLE color: 10504438.
HSL color Cylindrical-coordinate representation of color #F648A0: hue angle of 329.66º 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 #F648A0 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 72 | 160 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.04 |
| HSL | 329.66º | 0.91% | 0.62% | - |
| HSV(B) | 329.66º | 0.71% | 0.96% | - |
| XYZ | 46.67 | 26.77 | 35.96 | - |
| YUV | 134.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 72 | 160 | 0 | 0.71 | 0.35 | 0.04 | 329.66 | 0.91 | 0.62 |
| Hex | F6 | 48 | A0 | 0 | 47 | 23 | 4 | 14A | 5B | 3E |
| Octal | 366 | 110 | 240 | 0 | 107 | 43 | 4 | 512 | 133 | 76 |
| Binary | 11110110 | 1001000 | 10100000 | 0 | 1000111 | 100011 | 100 | 101001010 | 1011011 | 111110 |
Color Harmonies of #F648A0
Complementary color
Monochromatic Colors of #F648A0
Black with #F648A0
Text Example
Text Example
White with #F648A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F648A0; }
p { color: rgb(246,72,160); }
H1.HeaderClassName
{
color: #F648A0;
}
.AnyTagClassName
{
color: #F648A0;
}
</style>
background-color css
<style>
a { background-color: #F648A0; }
a { background-color: rgb(246,72,160); }
div.DivClassName
{
background-color: #F648A0;
}
.BgClassName
{
background-color: #F648A0;
}
</style>
border-color css
<style>
span { border-color: #F648A0; }
span { border-color: rgb(246,72,160); }
td.TdClassName
{
border-color: #F648A0;
}
.TagClassName
{
border-color: #F648A0;
}
</style>