Shades of Brilliant Rose #F6619B
Tints of Brilliant Rose #F6619B
RGB
CMYK
RGB Variations
Color information
#F6619B (or 0xF6619B) is known color: Brilliant Rose. HEX triplet: F6, 61 and 9B. RGB value is (246,97,155). Sum of RGB (Red+Green+Blue) = 246+97+155=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6619B is #099E64. Grayscale: #949494. Windows color (decimal): -630373 or 10183158. OLE color: 10183158.
HSL color Cylindrical-coordinate representation of color #F6619B: hue angle of 336.64º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6619B is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 97 | 155 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.04 |
| HSL | 336.64º | 0.89% | 0.67% | - |
| HSV(B) | 336.64º | 0.61% | 0.96% | - |
| XYZ | 48.2 | 30.51 | 34.36 | - |
| YUV | 148.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 97 | 155 | 0 | 0.61 | 0.37 | 0.04 | 336.64 | 0.89 | 0.67 |
| Hex | F6 | 61 | 9B | 0 | 3D | 25 | 4 | 151 | 59 | 43 |
| Octal | 366 | 141 | 233 | 0 | 75 | 45 | 4 | 521 | 131 | 103 |
| Binary | 11110110 | 1100001 | 10011011 | 0 | 111101 | 100101 | 100 | 101010001 | 1011001 | 1000011 |
Color Harmonies of #F6619B
Complementary color
Monochromatic Colors of #F6619B
Black with #F6619B
Text Example
Text Example
White with #F6619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6619B; }
p { color: rgb(246,97,155); }
H1.HeaderClassName
{
color: #F6619B;
}
.AnyTagClassName
{
color: #F6619B;
}
</style>
background-color css
<style>
a { background-color: #F6619B; }
a { background-color: rgb(246,97,155); }
div.DivClassName
{
background-color: #F6619B;
}
.BgClassName
{
background-color: #F6619B;
}
</style>
border-color css
<style>
span { border-color: #F6619B; }
span { border-color: rgb(246,97,155); }
td.TdClassName
{
border-color: #F6619B;
}
.TagClassName
{
border-color: #F6619B;
}
</style>