Shades of Brilliant Rose #F045AA
Tints of Brilliant Rose #F045AA
RGB
CMYK
RGB Variations
Color information
#F045AA (or 0xF045AA) is known color: Brilliant Rose. HEX triplet: F0, 45 and AA. RGB value is (240,69,170). Sum of RGB (Red+Green+Blue) = 240+69+170=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F045AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045AA is #0FBA55. Grayscale: #838383. Windows color (decimal): -1030742 or 11159024. OLE color: 11159024.
HSL color Cylindrical-coordinate representation of color #F045AA: hue angle of 324.56º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F045AA is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 170 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.06 |
| HSL | 324.56º | 0.85% | 0.61% | - |
| HSV(B) | 324.56º | 0.71% | 0.94% | - |
| XYZ | 45.32 | 25.68 | 40.6 | - |
| YUV | 131.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 170 | 0 | 0.71 | 0.29 | 0.06 | 324.56 | 0.85 | 0.61 |
| Hex | F0 | 45 | AA | 0 | 47 | 1D | 6 | 145 | 55 | 3D |
| Octal | 360 | 105 | 252 | 0 | 107 | 35 | 6 | 505 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10101010 | 0 | 1000111 | 11101 | 110 | 101000101 | 1010101 | 111101 |
Color Harmonies of #F045AA
Complementary color
Monochromatic Colors of #F045AA
Black with #F045AA
Text Example
Text Example
White with #F045AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045AA; }
p { color: rgb(240,69,170); }
H1.HeaderClassName
{
color: #F045AA;
}
.AnyTagClassName
{
color: #F045AA;
}
</style>
background-color css
<style>
a { background-color: #F045AA; }
a { background-color: rgb(240,69,170); }
div.DivClassName
{
background-color: #F045AA;
}
.BgClassName
{
background-color: #F045AA;
}
</style>
border-color css
<style>
span { border-color: #F045AA; }
span { border-color: rgb(240,69,170); }
td.TdClassName
{
border-color: #F045AA;
}
.TagClassName
{
border-color: #F045AA;
}
</style>