Shades of Brilliant Rose #F05AAB
Tints of Brilliant Rose #F05AAB
RGB
CMYK
RGB Variations
Color information
#F05AAB (or 0xF05AAB) is known color: Brilliant Rose. HEX triplet: F0, 5A and AB. RGB value is (240,90,171). Sum of RGB (Red+Green+Blue) = 240+90+171=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F05AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05AAB is #0FA554. Grayscale: #8F8F8F. Windows color (decimal): -1025365 or 11229936. OLE color: 11229936.
HSL color Cylindrical-coordinate representation of color #F05AAB: hue angle of 327.6º 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 #F05AAB is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 171 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.06 |
| HSL | 327.6º | 0.83% | 0.65% | - |
| HSV(B) | 327.6º | 0.63% | 0.94% | - |
| XYZ | 46.94 | 28.78 | 41.61 | - |
| YUV | 144.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 171 | 0 | 0.62 | 0.29 | 0.06 | 327.6 | 0.83 | 0.65 |
| Hex | F0 | 5A | AB | 0 | 3E | 1D | 6 | 148 | 53 | 41 |
| Octal | 360 | 132 | 253 | 0 | 76 | 35 | 6 | 510 | 123 | 101 |
| Binary | 11110000 | 1011010 | 10101011 | 0 | 111110 | 11101 | 110 | 101001000 | 1010011 | 1000001 |
Color Harmonies of #F05AAB
Complementary color
Monochromatic Colors of #F05AAB
Black with #F05AAB
Text Example
Text Example
White with #F05AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05AAB; }
p { color: rgb(240,90,171); }
H1.HeaderClassName
{
color: #F05AAB;
}
.AnyTagClassName
{
color: #F05AAB;
}
</style>
background-color css
<style>
a { background-color: #F05AAB; }
a { background-color: rgb(240,90,171); }
div.DivClassName
{
background-color: #F05AAB;
}
.BgClassName
{
background-color: #F05AAB;
}
</style>
border-color css
<style>
span { border-color: #F05AAB; }
span { border-color: rgb(240,90,171); }
td.TdClassName
{
border-color: #F05AAB;
}
.TagClassName
{
border-color: #F05AAB;
}
</style>