Shades of Brilliant Rose #F666A4
Tints of Brilliant Rose #F666A4
RGB
CMYK
RGB Variations
Color information
#F666A4 (or 0xF666A4) is known color: Brilliant Rose. HEX triplet: F6, 66 and A4. RGB value is (246,102,164). Sum of RGB (Red+Green+Blue) = 246+102+164=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F666A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F666A4 is #09995B. Grayscale: #989898. Windows color (decimal): -629084 or 10774262. OLE color: 10774262.
HSL color Cylindrical-coordinate representation of color #F666A4: hue angle of 334.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666A4 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 164 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.04 |
| HSL | 334.17º | 0.89% | 0.68% | - |
| HSV(B) | 334.17º | 0.59% | 0.96% | - |
| XYZ | 49.46 | 31.78 | 38.65 | - |
| YUV | 152.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 164 | 0 | 0.59 | 0.33 | 0.04 | 334.17 | 0.89 | 0.68 |
| Hex | F6 | 66 | A4 | 0 | 3B | 21 | 4 | 14E | 59 | 44 |
| Octal | 366 | 146 | 244 | 0 | 73 | 41 | 4 | 516 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10100100 | 0 | 111011 | 100001 | 100 | 101001110 | 1011001 | 1000100 |
Color Harmonies of #F666A4
Complementary color
Monochromatic Colors of #F666A4
Black with #F666A4
Text Example
Text Example
White with #F666A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666A4; }
p { color: rgb(246,102,164); }
H1.HeaderClassName
{
color: #F666A4;
}
.AnyTagClassName
{
color: #F666A4;
}
</style>
background-color css
<style>
a { background-color: #F666A4; }
a { background-color: rgb(246,102,164); }
div.DivClassName
{
background-color: #F666A4;
}
.BgClassName
{
background-color: #F666A4;
}
</style>
border-color css
<style>
span { border-color: #F666A4; }
span { border-color: rgb(246,102,164); }
td.TdClassName
{
border-color: #F666A4;
}
.TagClassName
{
border-color: #F666A4;
}
</style>