Shades of Brilliant Rose #F650B7
Tints of Brilliant Rose #F650B7
RGB
CMYK
RGB Variations
Color information
#F650B7 (or 0xF650B7) is known color: Brilliant Rose. HEX triplet: F6, 50 and B7. RGB value is (246,80,183). Sum of RGB (Red+Green+Blue) = 246+80+183=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F650B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650B7 is #09AF48. Grayscale: #8D8D8D. Windows color (decimal): -634697 or 12013814. OLE color: 12013814.
HSL color Cylindrical-coordinate representation of color #F650B7: hue angle of 322.77º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F650B7 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 183 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.04 |
| HSL | 322.77º | 0.9% | 0.64% | - |
| HSV(B) | 322.77º | 0.67% | 0.96% | - |
| XYZ | 49.42 | 28.75 | 47.74 | - |
| YUV | 141.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 183 | 0 | 0.67 | 0.26 | 0.04 | 322.77 | 0.9 | 0.64 |
| Hex | F6 | 50 | B7 | 0 | 43 | 1A | 4 | 143 | 5A | 40 |
| Octal | 366 | 120 | 267 | 0 | 103 | 32 | 4 | 503 | 132 | 100 |
| Binary | 11110110 | 1010000 | 10110111 | 0 | 1000011 | 11010 | 100 | 101000011 | 1011010 | 1000000 |
Color Harmonies of #F650B7
Complementary color
Monochromatic Colors of #F650B7
Black with #F650B7
Text Example
Text Example
White with #F650B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650B7; }
p { color: rgb(246,80,183); }
H1.HeaderClassName
{
color: #F650B7;
}
.AnyTagClassName
{
color: #F650B7;
}
</style>
background-color css
<style>
a { background-color: #F650B7; }
a { background-color: rgb(246,80,183); }
div.DivClassName
{
background-color: #F650B7;
}
.BgClassName
{
background-color: #F650B7;
}
</style>
border-color css
<style>
span { border-color: #F650B7; }
span { border-color: rgb(246,80,183); }
td.TdClassName
{
border-color: #F650B7;
}
.TagClassName
{
border-color: #F650B7;
}
</style>