Shades of Brilliant Rose #F663A4
Tints of Brilliant Rose #F663A4
RGB
CMYK
RGB Variations
Color information
#F663A4 (or 0xF663A4) is known color: Brilliant Rose. HEX triplet: F6, 63 and A4. RGB value is (246,99,164). Sum of RGB (Red+Green+Blue) = 246+99+164=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F663A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F663A4 is #099C5B. Grayscale: #969696. Windows color (decimal): -629852 or 10773494. OLE color: 10773494.
HSL color Cylindrical-coordinate representation of color #F663A4: hue angle of 333.47º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F663A4 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 164 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.04 |
| HSL | 333.47º | 0.89% | 0.68% | - |
| HSV(B) | 333.47º | 0.6% | 0.96% | - |
| XYZ | 49.17 | 31.2 | 38.55 | - |
| YUV | 150.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 164 | 0 | 0.60 | 0.33 | 0.04 | 333.47 | 0.89 | 0.68 |
| Hex | F6 | 63 | A4 | 0 | 3C | 21 | 4 | 14D | 59 | 44 |
| Octal | 366 | 143 | 244 | 0 | 74 | 41 | 4 | 515 | 131 | 104 |
| Binary | 11110110 | 1100011 | 10100100 | 0 | 111100 | 100001 | 100 | 101001101 | 1011001 | 1000100 |
Color Harmonies of #F663A4
Complementary color
Monochromatic Colors of #F663A4
Black with #F663A4
Text Example
Text Example
White with #F663A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F663A4; }
p { color: rgb(246,99,164); }
H1.HeaderClassName
{
color: #F663A4;
}
.AnyTagClassName
{
color: #F663A4;
}
</style>
background-color css
<style>
a { background-color: #F663A4; }
a { background-color: rgb(246,99,164); }
div.DivClassName
{
background-color: #F663A4;
}
.BgClassName
{
background-color: #F663A4;
}
</style>
border-color css
<style>
span { border-color: #F663A4; }
span { border-color: rgb(246,99,164); }
td.TdClassName
{
border-color: #F663A4;
}
.TagClassName
{
border-color: #F663A4;
}
</style>