Shades of Brilliant Rose #F053AC
Tints of Brilliant Rose #F053AC
RGB
CMYK
RGB Variations
Color information
#F053AC (or 0xF053AC) is known color: Brilliant Rose. HEX triplet: F0, 53 and AC. RGB value is (240,83,172). Sum of RGB (Red+Green+Blue) = 240+83+172=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F053AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F053AC is #0FAC53. Grayscale: #8B8B8B. Windows color (decimal): -1027156 or 11293680. OLE color: 11293680.
HSL color Cylindrical-coordinate representation of color #F053AC: hue angle of 325.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053AC is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 172 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.06 |
| HSL | 325.99º | 0.84% | 0.63% | - |
| HSV(B) | 325.99º | 0.65% | 0.94% | - |
| XYZ | 46.47 | 27.69 | 41.93 | - |
| YUV | 140.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 172 | 0 | 0.65 | 0.28 | 0.06 | 325.99 | 0.84 | 0.63 |
| Hex | F0 | 53 | AC | 0 | 41 | 1C | 6 | 146 | 54 | 3F |
| Octal | 360 | 123 | 254 | 0 | 101 | 34 | 6 | 506 | 124 | 77 |
| Binary | 11110000 | 1010011 | 10101100 | 0 | 1000001 | 11100 | 110 | 101000110 | 1010100 | 111111 |
Color Harmonies of #F053AC
Complementary color
Monochromatic Colors of #F053AC
Black with #F053AC
Text Example
Text Example
White with #F053AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053AC; }
p { color: rgb(240,83,172); }
H1.HeaderClassName
{
color: #F053AC;
}
.AnyTagClassName
{
color: #F053AC;
}
</style>
background-color css
<style>
a { background-color: #F053AC; }
a { background-color: rgb(240,83,172); }
div.DivClassName
{
background-color: #F053AC;
}
.BgClassName
{
background-color: #F053AC;
}
</style>
border-color css
<style>
span { border-color: #F053AC; }
span { border-color: rgb(240,83,172); }
td.TdClassName
{
border-color: #F053AC;
}
.TagClassName
{
border-color: #F053AC;
}
</style>