Shades of Brilliant Rose #F6669F
Tints of Brilliant Rose #F6669F
RGB
CMYK
RGB Variations
Color information
#F6669F (or 0xF6669F) is known color: Brilliant Rose. HEX triplet: F6, 66 and 9F. RGB value is (246,102,159). Sum of RGB (Red+Green+Blue) = 246+102+159=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6669F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6669F is #099960. Grayscale: #979797. Windows color (decimal): -629089 or 10446582. OLE color: 10446582.
HSL color Cylindrical-coordinate representation of color #F6669F: hue angle of 336.25º 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 #F6669F is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 159 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.04 |
| HSL | 336.25º | 0.89% | 0.68% | - |
| HSV(B) | 336.25º | 0.59% | 0.96% | - |
| XYZ | 49.02 | 31.6 | 36.32 | - |
| YUV | 151.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 159 | 0 | 0.59 | 0.35 | 0.04 | 336.25 | 0.89 | 0.68 |
| Hex | F6 | 66 | 9F | 0 | 3B | 23 | 4 | 150 | 59 | 44 |
| Octal | 366 | 146 | 237 | 0 | 73 | 43 | 4 | 520 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10011111 | 0 | 111011 | 100011 | 100 | 101010000 | 1011001 | 1000100 |
Color Harmonies of #F6669F
Complementary color
Monochromatic Colors of #F6669F
Black with #F6669F
Text Example
Text Example
White with #F6669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6669F; }
p { color: rgb(246,102,159); }
H1.HeaderClassName
{
color: #F6669F;
}
.AnyTagClassName
{
color: #F6669F;
}
</style>
background-color css
<style>
a { background-color: #F6669F; }
a { background-color: rgb(246,102,159); }
div.DivClassName
{
background-color: #F6669F;
}
.BgClassName
{
background-color: #F6669F;
}
</style>
border-color css
<style>
span { border-color: #F6669F; }
span { border-color: rgb(246,102,159); }
td.TdClassName
{
border-color: #F6669F;
}
.TagClassName
{
border-color: #F6669F;
}
</style>