Shades of Brilliant Rose #F05AAC
Tints of Brilliant Rose #F05AAC
RGB
CMYK
RGB Variations
Color information
#F05AAC (or 0xF05AAC) is known color: Brilliant Rose. HEX triplet: F0, 5A and AC. RGB value is (240,90,172). Sum of RGB (Red+Green+Blue) = 240+90+172=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05AAC is #0FA553. Grayscale: #909090. Windows color (decimal): -1025364 or 11295472. OLE color: 11295472.
HSL color Cylindrical-coordinate representation of color #F05AAC: hue angle of 327.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05AAC is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 172 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.06 |
| HSL | 327.2º | 0.83% | 0.65% | - |
| HSV(B) | 327.2º | 0.63% | 0.94% | - |
| XYZ | 47.04 | 28.82 | 42.11 | - |
| YUV | 144.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 172 | 0 | 0.62 | 0.28 | 0.06 | 327.2 | 0.83 | 0.65 |
| Hex | F0 | 5A | AC | 0 | 3E | 1C | 6 | 147 | 53 | 41 |
| Octal | 360 | 132 | 254 | 0 | 76 | 34 | 6 | 507 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10101100 | 0 | 111110 | 11100 | 110 | 101000111 | 1010011 | 1000001 |
Color Harmonies of #F05AAC
Complementary color
Monochromatic Colors of #F05AAC
Black with #F05AAC
Text Example
Text Example
White with #F05AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AAC; }
p { color: rgb(240,90,172); }
H1.HeaderClassName
{
color: #F05AAC;
}
.AnyTagClassName
{
color: #F05AAC;
}
</style>
background-color css
<style>
a { background-color: #F05AAC; }
a { background-color: rgb(240,90,172); }
div.DivClassName
{
background-color: #F05AAC;
}
.BgClassName
{
background-color: #F05AAC;
}
</style>
border-color css
<style>
span { border-color: #F05AAC; }
span { border-color: rgb(240,90,172); }
td.TdClassName
{
border-color: #F05AAC;
}
.TagClassName
{
border-color: #F05AAC;
}
</style>