Shades of Brilliant Rose #F650AF
Tints of Brilliant Rose #F650AF
RGB
CMYK
RGB Variations
Color information
#F650AF (or 0xF650AF) is known color: Brilliant Rose. HEX triplet: F6, 50 and AF. RGB value is (246,80,175). Sum of RGB (Red+Green+Blue) = 246+80+175=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F650AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F650AF is #09AF50. Grayscale: #8C8C8C. Windows color (decimal): -634705 or 11489526. OLE color: 11489526.
HSL color Cylindrical-coordinate representation of color #F650AF: hue angle of 325.66º 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 #F650AF is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 175 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.04 |
| HSL | 325.66º | 0.9% | 0.64% | - |
| HSV(B) | 325.66º | 0.67% | 0.96% | - |
| XYZ | 48.61 | 28.43 | 43.48 | - |
| YUV | 140.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 175 | 0 | 0.67 | 0.29 | 0.04 | 325.66 | 0.9 | 0.64 |
| Hex | F6 | 50 | AF | 0 | 43 | 1D | 4 | 146 | 5A | 40 |
| Octal | 366 | 120 | 257 | 0 | 103 | 35 | 4 | 506 | 132 | 100 |
| Binary | 11110110 | 1010000 | 10101111 | 0 | 1000011 | 11101 | 100 | 101000110 | 1011010 | 1000000 |
Color Harmonies of #F650AF
Complementary color
Monochromatic Colors of #F650AF
Black with #F650AF
Text Example
Text Example
White with #F650AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650AF; }
p { color: rgb(246,80,175); }
H1.HeaderClassName
{
color: #F650AF;
}
.AnyTagClassName
{
color: #F650AF;
}
</style>
background-color css
<style>
a { background-color: #F650AF; }
a { background-color: rgb(246,80,175); }
div.DivClassName
{
background-color: #F650AF;
}
.BgClassName
{
background-color: #F650AF;
}
</style>
border-color css
<style>
span { border-color: #F650AF; }
span { border-color: rgb(246,80,175); }
td.TdClassName
{
border-color: #F650AF;
}
.TagClassName
{
border-color: #F650AF;
}
</style>