Shades of Brilliant Rose #F650AB
Tints of Brilliant Rose #F650AB
RGB
CMYK
RGB Variations
Color information
#F650AB (or 0xF650AB) is known color: Brilliant Rose. HEX triplet: F6, 50 and AB. RGB value is (246,80,171). Sum of RGB (Red+Green+Blue) = 246+80+171=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F650AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F650AB is #09AF54. Grayscale: #8B8B8B. Windows color (decimal): -634709 or 11227382. OLE color: 11227382.
HSL color Cylindrical-coordinate representation of color #F650AB: hue angle of 327.11º 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 #F650AB is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 171 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.04 |
| HSL | 327.11º | 0.9% | 0.64% | - |
| HSV(B) | 327.11º | 0.67% | 0.96% | - |
| XYZ | 48.23 | 28.27 | 41.44 | - |
| YUV | 140.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 171 | 0 | 0.67 | 0.30 | 0.04 | 327.11 | 0.9 | 0.64 |
| Hex | F6 | 50 | AB | 0 | 43 | 1E | 4 | 147 | 5A | 40 |
| Octal | 366 | 120 | 253 | 0 | 103 | 36 | 4 | 507 | 132 | 100 |
| Binary | 11110110 | 1010000 | 10101011 | 0 | 1000011 | 11110 | 100 | 101000111 | 1011010 | 1000000 |
Color Harmonies of #F650AB
Complementary color
Monochromatic Colors of #F650AB
Black with #F650AB
Text Example
Text Example
White with #F650AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650AB; }
p { color: rgb(246,80,171); }
H1.HeaderClassName
{
color: #F650AB;
}
.AnyTagClassName
{
color: #F650AB;
}
</style>
background-color css
<style>
a { background-color: #F650AB; }
a { background-color: rgb(246,80,171); }
div.DivClassName
{
background-color: #F650AB;
}
.BgClassName
{
background-color: #F650AB;
}
</style>
border-color css
<style>
span { border-color: #F650AB; }
span { border-color: rgb(246,80,171); }
td.TdClassName
{
border-color: #F650AB;
}
.TagClassName
{
border-color: #F650AB;
}
</style>