Shades of Brilliant Rose #F66498
Tints of Brilliant Rose #F66498
RGB
CMYK
RGB Variations
Color information
#F66498 (or 0xF66498) is known color: Brilliant Rose. HEX triplet: F6, 64 and 98. RGB value is (246,100,152). Sum of RGB (Red+Green+Blue) = 246+100+152=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F66498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66498 is #099B67. Grayscale: #959595. Windows color (decimal): -629608 or 9987318. OLE color: 9987318.
HSL color Cylindrical-coordinate representation of color #F66498: hue angle of 338.63º 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 #F66498 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 152 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.04 |
| HSL | 338.63º | 0.89% | 0.68% | - |
| HSV(B) | 338.63º | 0.59% | 0.96% | - |
| XYZ | 48.23 | 30.97 | 33.14 | - |
| YUV | 149.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 152 | 0 | 0.59 | 0.38 | 0.04 | 338.63 | 0.89 | 0.68 |
| Hex | F6 | 64 | 98 | 0 | 3B | 26 | 4 | 153 | 59 | 44 |
| Octal | 366 | 144 | 230 | 0 | 73 | 46 | 4 | 523 | 131 | 104 |
| Binary | 11110110 | 1100100 | 10011000 | 0 | 111011 | 100110 | 100 | 101010011 | 1011001 | 1000100 |
Color Harmonies of #F66498
Complementary color
Monochromatic Colors of #F66498
Black with #F66498
Text Example
Text Example
White with #F66498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66498; }
p { color: rgb(246,100,152); }
H1.HeaderClassName
{
color: #F66498;
}
.AnyTagClassName
{
color: #F66498;
}
</style>
background-color css
<style>
a { background-color: #F66498; }
a { background-color: rgb(246,100,152); }
div.DivClassName
{
background-color: #F66498;
}
.BgClassName
{
background-color: #F66498;
}
</style>
border-color css
<style>
span { border-color: #F66498; }
span { border-color: rgb(246,100,152); }
td.TdClassName
{
border-color: #F66498;
}
.TagClassName
{
border-color: #F66498;
}
</style>