Shades of Brilliant Rose #F6669D
Tints of Brilliant Rose #F6669D
RGB
CMYK
RGB Variations
Color information
#F6669D (or 0xF6669D) is known color: Brilliant Rose. HEX triplet: F6, 66 and 9D. RGB value is (246,102,157). Sum of RGB (Red+Green+Blue) = 246+102+157=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F6669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6669D is #099962. Grayscale: #979797. Windows color (decimal): -629091 or 10315510. OLE color: 10315510.
HSL color Cylindrical-coordinate representation of color #F6669D: hue angle of 337.08º 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 #F6669D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 157 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.04 |
| HSL | 337.08º | 0.89% | 0.68% | - |
| HSV(B) | 337.08º | 0.59% | 0.96% | - |
| XYZ | 48.84 | 31.53 | 35.41 | - |
| YUV | 151.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 157 | 0 | 0.59 | 0.36 | 0.04 | 337.08 | 0.89 | 0.68 |
| Hex | F6 | 66 | 9D | 0 | 3B | 24 | 4 | 151 | 59 | 44 |
| Octal | 366 | 146 | 235 | 0 | 73 | 44 | 4 | 521 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10011101 | 0 | 111011 | 100100 | 100 | 101010001 | 1011001 | 1000100 |
Color Harmonies of #F6669D
Complementary color
Monochromatic Colors of #F6669D
Black with #F6669D
Text Example
Text Example
White with #F6669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6669D; }
p { color: rgb(246,102,157); }
H1.HeaderClassName
{
color: #F6669D;
}
.AnyTagClassName
{
color: #F6669D;
}
</style>
background-color css
<style>
a { background-color: #F6669D; }
a { background-color: rgb(246,102,157); }
div.DivClassName
{
background-color: #F6669D;
}
.BgClassName
{
background-color: #F6669D;
}
</style>
border-color css
<style>
span { border-color: #F6669D; }
span { border-color: rgb(246,102,157); }
td.TdClassName
{
border-color: #F6669D;
}
.TagClassName
{
border-color: #F6669D;
}
</style>