Shades of Brilliant Rose #F045A2
Tints of Brilliant Rose #F045A2
RGB
CMYK
RGB Variations
Color information
#F045A2 (or 0xF045A2) is known color: Brilliant Rose. HEX triplet: F0, 45 and A2. RGB value is (240,69,162). Sum of RGB (Red+Green+Blue) = 240+69+162=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F045A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F045A2 is #0FBA5D. Grayscale: #828282. Windows color (decimal): -1030750 or 10634736. OLE color: 10634736.
HSL color Cylindrical-coordinate representation of color #F045A2: hue angle of 327.37º 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 #F045A2 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 162 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.06 |
| HSL | 327.37º | 0.85% | 0.61% | - |
| HSV(B) | 327.37º | 0.71% | 0.94% | - |
| XYZ | 44.58 | 25.39 | 36.73 | - |
| YUV | 130.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 162 | 0 | 0.71 | 0.32 | 0.06 | 327.37 | 0.85 | 0.61 |
| Hex | F0 | 45 | A2 | 0 | 47 | 20 | 6 | 147 | 55 | 3D |
| Octal | 360 | 105 | 242 | 0 | 107 | 40 | 6 | 507 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10100010 | 0 | 1000111 | 100000 | 110 | 101000111 | 1010101 | 111101 |
Color Harmonies of #F045A2
Complementary color
Monochromatic Colors of #F045A2
Black with #F045A2
Text Example
Text Example
White with #F045A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045A2; }
p { color: rgb(240,69,162); }
H1.HeaderClassName
{
color: #F045A2;
}
.AnyTagClassName
{
color: #F045A2;
}
</style>
background-color css
<style>
a { background-color: #F045A2; }
a { background-color: rgb(240,69,162); }
div.DivClassName
{
background-color: #F045A2;
}
.BgClassName
{
background-color: #F045A2;
}
</style>
border-color css
<style>
span { border-color: #F045A2; }
span { border-color: rgb(240,69,162); }
td.TdClassName
{
border-color: #F045A2;
}
.TagClassName
{
border-color: #F045A2;
}
</style>