Shades of Brilliant Rose #F044AC
Tints of Brilliant Rose #F044AC
RGB
CMYK
RGB Variations
Color information
#F044AC (or 0xF044AC) is known color: Brilliant Rose. HEX triplet: F0, 44 and AC. RGB value is (240,68,172). Sum of RGB (Red+Green+Blue) = 240+68+172=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F044AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F044AC is #0FBB53. Grayscale: #838383. Windows color (decimal): -1030996 or 11289840. OLE color: 11289840.
HSL color Cylindrical-coordinate representation of color #F044AC: hue angle of 323.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044AC is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 172 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.06 |
| HSL | 323.72º | 0.85% | 0.6% | - |
| HSV(B) | 323.72º | 0.72% | 0.94% | - |
| XYZ | 45.45 | 25.64 | 41.58 | - |
| YUV | 131.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 172 | 0 | 0.72 | 0.28 | 0.06 | 323.72 | 0.85 | 0.6 |
| Hex | F0 | 44 | AC | 0 | 48 | 1C | 6 | 144 | 55 | 3C |
| Octal | 360 | 104 | 254 | 0 | 110 | 34 | 6 | 504 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10101100 | 0 | 1001000 | 11100 | 110 | 101000100 | 1010101 | 111100 |
Color Harmonies of #F044AC
Complementary color
Monochromatic Colors of #F044AC
Black with #F044AC
Text Example
Text Example
White with #F044AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044AC; }
p { color: rgb(240,68,172); }
H1.HeaderClassName
{
color: #F044AC;
}
.AnyTagClassName
{
color: #F044AC;
}
</style>
background-color css
<style>
a { background-color: #F044AC; }
a { background-color: rgb(240,68,172); }
div.DivClassName
{
background-color: #F044AC;
}
.BgClassName
{
background-color: #F044AC;
}
</style>
border-color css
<style>
span { border-color: #F044AC; }
span { border-color: rgb(240,68,172); }
td.TdClassName
{
border-color: #F044AC;
}
.TagClassName
{
border-color: #F044AC;
}
</style>