Shades of Brilliant Rose #F654AA
Tints of Brilliant Rose #F654AA
RGB
CMYK
RGB Variations
Color information
#F654AA (or 0xF654AA) is known color: Brilliant Rose. HEX triplet: F6, 54 and AA. RGB value is (246,84,170). Sum of RGB (Red+Green+Blue) = 246+84+170=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F654AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F654AA is #09AB55. Grayscale: #8E8E8E. Windows color (decimal): -633686 or 11162870. OLE color: 11162870.
HSL color Cylindrical-coordinate representation of color #F654AA: hue angle of 328.15º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F654AA is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 170 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.04 |
| HSL | 328.15º | 0.9% | 0.65% | - |
| HSV(B) | 328.15º | 0.66% | 0.96% | - |
| XYZ | 48.43 | 28.84 | 41.04 | - |
| YUV | 142.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 170 | 0 | 0.66 | 0.31 | 0.04 | 328.15 | 0.9 | 0.65 |
| Hex | F6 | 54 | AA | 0 | 42 | 1F | 4 | 148 | 5A | 41 |
| Octal | 366 | 124 | 252 | 0 | 102 | 37 | 4 | 510 | 132 | 101 |
| Binary | 11110110 | 1010100 | 10101010 | 0 | 1000010 | 11111 | 100 | 101001000 | 1011010 | 1000001 |
Color Harmonies of #F654AA
Complementary color
Monochromatic Colors of #F654AA
Black with #F654AA
Text Example
Text Example
White with #F654AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654AA; }
p { color: rgb(246,84,170); }
H1.HeaderClassName
{
color: #F654AA;
}
.AnyTagClassName
{
color: #F654AA;
}
</style>
background-color css
<style>
a { background-color: #F654AA; }
a { background-color: rgb(246,84,170); }
div.DivClassName
{
background-color: #F654AA;
}
.BgClassName
{
background-color: #F654AA;
}
</style>
border-color css
<style>
span { border-color: #F654AA; }
span { border-color: rgb(246,84,170); }
td.TdClassName
{
border-color: #F654AA;
}
.TagClassName
{
border-color: #F654AA;
}
</style>