Shades of Brilliant Rose #F65AAC
Tints of Brilliant Rose #F65AAC
RGB
CMYK
RGB Variations
Color information
#F65AAC (or 0xF65AAC) is known color: Brilliant Rose. HEX triplet: F6, 5A and AC. RGB value is (246,90,172). Sum of RGB (Red+Green+Blue) = 246+90+172=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F65AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65AAC is #09A553. Grayscale: #919191. Windows color (decimal): -632148 or 11295478. OLE color: 11295478.
HSL color Cylindrical-coordinate representation of color #F65AAC: hue angle of 328.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65AAC is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 172 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.04 |
| HSL | 328.46º | 0.9% | 0.66% | - |
| HSV(B) | 328.46º | 0.63% | 0.96% | - |
| XYZ | 49.11 | 29.88 | 42.21 | - |
| YUV | 145.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 172 | 0 | 0.63 | 0.30 | 0.04 | 328.46 | 0.9 | 0.66 |
| Hex | F6 | 5A | AC | 0 | 3F | 1E | 4 | 148 | 5A | 42 |
| Octal | 366 | 132 | 254 | 0 | 77 | 36 | 4 | 510 | 132 | 102 |
| Binary | 11110110 | 1011010 | 10101100 | 0 | 111111 | 11110 | 100 | 101001000 | 1011010 | 1000010 |
Color Harmonies of #F65AAC
Complementary color
Monochromatic Colors of #F65AAC
Black with #F65AAC
Text Example
Text Example
White with #F65AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AAC; }
p { color: rgb(246,90,172); }
H1.HeaderClassName
{
color: #F65AAC;
}
.AnyTagClassName
{
color: #F65AAC;
}
</style>
background-color css
<style>
a { background-color: #F65AAC; }
a { background-color: rgb(246,90,172); }
div.DivClassName
{
background-color: #F65AAC;
}
.BgClassName
{
background-color: #F65AAC;
}
</style>
border-color css
<style>
span { border-color: #F65AAC; }
span { border-color: rgb(246,90,172); }
td.TdClassName
{
border-color: #F65AAC;
}
.TagClassName
{
border-color: #F65AAC;
}
</style>