Shades of Brilliant Rose #F661A8
Tints of Brilliant Rose #F661A8
RGB
CMYK
RGB Variations
Color information
#F661A8 (or 0xF661A8) is known color: Brilliant Rose. HEX triplet: F6, 61 and A8. RGB value is (246,97,168). Sum of RGB (Red+Green+Blue) = 246+97+168=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F661A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F661A8 is #099E57. Grayscale: #959595. Windows color (decimal): -630360 or 11035126. OLE color: 11035126.
HSL color Cylindrical-coordinate representation of color #F661A8: hue angle of 331.41º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F661A8 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 168 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.04 |
| HSL | 331.41º | 0.89% | 0.67% | - |
| HSV(B) | 331.41º | 0.61% | 0.96% | - |
| XYZ | 49.35 | 30.97 | 40.42 | - |
| YUV | 149.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 168 | 0 | 0.61 | 0.32 | 0.04 | 331.41 | 0.89 | 0.67 |
| Hex | F6 | 61 | A8 | 0 | 3D | 20 | 4 | 14B | 59 | 43 |
| Octal | 366 | 141 | 250 | 0 | 75 | 40 | 4 | 513 | 131 | 103 |
| Binary | 11110110 | 1100001 | 10101000 | 0 | 111101 | 100000 | 100 | 101001011 | 1011001 | 1000011 |
Color Harmonies of #F661A8
Complementary color
Monochromatic Colors of #F661A8
Black with #F661A8
Text Example
Text Example
White with #F661A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F661A8; }
p { color: rgb(246,97,168); }
H1.HeaderClassName
{
color: #F661A8;
}
.AnyTagClassName
{
color: #F661A8;
}
</style>
background-color css
<style>
a { background-color: #F661A8; }
a { background-color: rgb(246,97,168); }
div.DivClassName
{
background-color: #F661A8;
}
.BgClassName
{
background-color: #F661A8;
}
</style>
border-color css
<style>
span { border-color: #F661A8; }
span { border-color: rgb(246,97,168); }
td.TdClassName
{
border-color: #F661A8;
}
.TagClassName
{
border-color: #F661A8;
}
</style>