Shades of Brilliant Rose #F045AC
Tints of Brilliant Rose #F045AC
RGB
CMYK
RGB Variations
Color information
#F045AC (or 0xF045AC) is known color: Brilliant Rose. HEX triplet: F0, 45 and AC. RGB value is (240,69,172). Sum of RGB (Red+Green+Blue) = 240+69+172=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F045AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045AC is #0FBA53. Grayscale: #838383. Windows color (decimal): -1030740 or 11290096. OLE color: 11290096.
HSL color Cylindrical-coordinate representation of color #F045AC: hue angle of 323.86º 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 #F045AC is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 172 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.06 |
| HSL | 323.86º | 0.85% | 0.61% | - |
| HSV(B) | 323.86º | 0.71% | 0.94% | - |
| XYZ | 45.51 | 25.76 | 41.6 | - |
| YUV | 131.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 172 | 0 | 0.71 | 0.28 | 0.06 | 323.86 | 0.85 | 0.61 |
| Hex | F0 | 45 | AC | 0 | 47 | 1C | 6 | 144 | 55 | 3D |
| Octal | 360 | 105 | 254 | 0 | 107 | 34 | 6 | 504 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10101100 | 0 | 1000111 | 11100 | 110 | 101000100 | 1010101 | 111101 |
Color Harmonies of #F045AC
Complementary color
Monochromatic Colors of #F045AC
Black with #F045AC
Text Example
Text Example
White with #F045AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045AC; }
p { color: rgb(240,69,172); }
H1.HeaderClassName
{
color: #F045AC;
}
.AnyTagClassName
{
color: #F045AC;
}
</style>
background-color css
<style>
a { background-color: #F045AC; }
a { background-color: rgb(240,69,172); }
div.DivClassName
{
background-color: #F045AC;
}
.BgClassName
{
background-color: #F045AC;
}
</style>
border-color css
<style>
span { border-color: #F045AC; }
span { border-color: rgb(240,69,172); }
td.TdClassName
{
border-color: #F045AC;
}
.TagClassName
{
border-color: #F045AC;
}
</style>