Shades of Brilliant Rose #F662A6
Tints of Brilliant Rose #F662A6
RGB
CMYK
RGB Variations
Color information
#F662A6 (or 0xF662A6) is known color: Brilliant Rose. HEX triplet: F6, 62 and A6. RGB value is (246,98,166). Sum of RGB (Red+Green+Blue) = 246+98+166=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F662A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F662A6 is #099D59. Grayscale: #959595. Windows color (decimal): -630106 or 10904310. OLE color: 10904310.
HSL color Cylindrical-coordinate representation of color #F662A6: hue angle of 332.43º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F662A6 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 166 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.04 |
| HSL | 332.43º | 0.89% | 0.67% | - |
| HSV(B) | 332.43º | 0.6% | 0.96% | - |
| XYZ | 49.26 | 31.08 | 39.48 | - |
| YUV | 150 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 166 | 0 | 0.60 | 0.33 | 0.04 | 332.43 | 0.89 | 0.67 |
| Hex | F6 | 62 | A6 | 0 | 3C | 21 | 4 | 14C | 59 | 43 |
| Octal | 366 | 142 | 246 | 0 | 74 | 41 | 4 | 514 | 131 | 103 |
| Binary | 11110110 | 1100010 | 10100110 | 0 | 111100 | 100001 | 100 | 101001100 | 1011001 | 1000011 |
Color Harmonies of #F662A6
Complementary color
Monochromatic Colors of #F662A6
Black with #F662A6
Text Example
Text Example
White with #F662A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F662A6; }
p { color: rgb(246,98,166); }
H1.HeaderClassName
{
color: #F662A6;
}
.AnyTagClassName
{
color: #F662A6;
}
</style>
background-color css
<style>
a { background-color: #F662A6; }
a { background-color: rgb(246,98,166); }
div.DivClassName
{
background-color: #F662A6;
}
.BgClassName
{
background-color: #F662A6;
}
</style>
border-color css
<style>
span { border-color: #F662A6; }
span { border-color: rgb(246,98,166); }
td.TdClassName
{
border-color: #F662A6;
}
.TagClassName
{
border-color: #F662A6;
}
</style>