Shades of Brilliant Rose #F045AD
Tints of Brilliant Rose #F045AD
RGB
CMYK
RGB Variations
Color information
#F045AD (or 0xF045AD) is known color: Brilliant Rose. HEX triplet: F0, 45 and AD. RGB value is (240,69,173). Sum of RGB (Red+Green+Blue) = 240+69+173=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F045AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045AD is #0FBA52. Grayscale: #838383. Windows color (decimal): -1030739 or 11355632. OLE color: 11355632.
HSL color Cylindrical-coordinate representation of color #F045AD: hue angle of 323.51º 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 #F045AD is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 173 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.06 |
| HSL | 323.51º | 0.85% | 0.61% | - |
| HSV(B) | 323.51º | 0.71% | 0.94% | - |
| XYZ | 45.61 | 25.8 | 42.11 | - |
| YUV | 131.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 173 | 0 | 0.71 | 0.28 | 0.06 | 323.51 | 0.85 | 0.61 |
| Hex | F0 | 45 | AD | 0 | 47 | 1C | 6 | 144 | 55 | 3D |
| Octal | 360 | 105 | 255 | 0 | 107 | 34 | 6 | 504 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10101101 | 0 | 1000111 | 11100 | 110 | 101000100 | 1010101 | 111101 |
Color Harmonies of #F045AD
Complementary color
Monochromatic Colors of #F045AD
Black with #F045AD
Text Example
Text Example
White with #F045AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045AD; }
p { color: rgb(240,69,173); }
H1.HeaderClassName
{
color: #F045AD;
}
.AnyTagClassName
{
color: #F045AD;
}
</style>
background-color css
<style>
a { background-color: #F045AD; }
a { background-color: rgb(240,69,173); }
div.DivClassName
{
background-color: #F045AD;
}
.BgClassName
{
background-color: #F045AD;
}
</style>
border-color css
<style>
span { border-color: #F045AD; }
span { border-color: rgb(240,69,173); }
td.TdClassName
{
border-color: #F045AD;
}
.TagClassName
{
border-color: #F045AD;
}
</style>