Shades of Brilliant Rose #F044AD
Tints of Brilliant Rose #F044AD
RGB
CMYK
RGB Variations
Color information
#F044AD (or 0xF044AD) is known color: Brilliant Rose. HEX triplet: F0, 44 and AD. RGB value is (240,68,173). Sum of RGB (Red+Green+Blue) = 240+68+173=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F044AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F044AD is #0FBB52. Grayscale: #838383. Windows color (decimal): -1030995 or 11355376. OLE color: 11355376.
HSL color Cylindrical-coordinate representation of color #F044AD: hue angle of 323.37º 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 #F044AD is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 173 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.06 |
| HSL | 323.37º | 0.85% | 0.6% | - |
| HSV(B) | 323.37º | 0.72% | 0.94% | - |
| XYZ | 45.55 | 25.68 | 42.09 | - |
| YUV | 131.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 173 | 0 | 0.72 | 0.28 | 0.06 | 323.37 | 0.85 | 0.6 |
| Hex | F0 | 44 | AD | 0 | 48 | 1C | 6 | 143 | 55 | 3C |
| Octal | 360 | 104 | 255 | 0 | 110 | 34 | 6 | 503 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10101101 | 0 | 1001000 | 11100 | 110 | 101000011 | 1010101 | 111100 |
Color Harmonies of #F044AD
Complementary color
Monochromatic Colors of #F044AD
Black with #F044AD
Text Example
Text Example
White with #F044AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044AD; }
p { color: rgb(240,68,173); }
H1.HeaderClassName
{
color: #F044AD;
}
.AnyTagClassName
{
color: #F044AD;
}
</style>
background-color css
<style>
a { background-color: #F044AD; }
a { background-color: rgb(240,68,173); }
div.DivClassName
{
background-color: #F044AD;
}
.BgClassName
{
background-color: #F044AD;
}
</style>
border-color css
<style>
span { border-color: #F044AD; }
span { border-color: rgb(240,68,173); }
td.TdClassName
{
border-color: #F044AD;
}
.TagClassName
{
border-color: #F044AD;
}
</style>