Shades of Brilliant Rose #F749AD
Tints of Brilliant Rose #F749AD
RGB
CMYK
RGB Variations
Color information
#F749AD (or 0xF749AD) is known color: Brilliant Rose. HEX triplet: F7, 49 and AD. RGB value is (247,73,173). Sum of RGB (Red+Green+Blue) = 247+73+173=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F749AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F749AD is #08B652. Grayscale: #888888. Windows color (decimal): -570963 or 11356663. OLE color: 11356663.
HSL color Cylindrical-coordinate representation of color #F749AD: hue angle of 325.52º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749AD is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.03 |
| HSL | 325.52º | 0.92% | 0.63% | - |
| HSV(B) | 325.52º | 0.7% | 0.97% | - |
| XYZ | 48.28 | 27.56 | 42.31 | - |
| YUV | 136.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 173 | 0 | 0.70 | 0.30 | 0.03 | 325.52 | 0.92 | 0.63 |
| Hex | F7 | 49 | AD | 0 | 46 | 1E | 3 | 146 | 5C | 3F |
| Octal | 367 | 111 | 255 | 0 | 106 | 36 | 3 | 506 | 134 | 77 |
| Binary | 11110111 | 1001001 | 10101101 | 0 | 1000110 | 11110 | 11 | 101000110 | 1011100 | 111111 |
Color Harmonies of #F749AD
Complementary color
Monochromatic Colors of #F749AD
Black with #F749AD
Text Example
Text Example
White with #F749AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749AD; }
p { color: rgb(247,73,173); }
H1.HeaderClassName
{
color: #F749AD;
}
.AnyTagClassName
{
color: #F749AD;
}
</style>
background-color css
<style>
a { background-color: #F749AD; }
a { background-color: rgb(247,73,173); }
div.DivClassName
{
background-color: #F749AD;
}
.BgClassName
{
background-color: #F749AD;
}
</style>
border-color css
<style>
span { border-color: #F749AD; }
span { border-color: rgb(247,73,173); }
td.TdClassName
{
border-color: #F749AD;
}
.TagClassName
{
border-color: #F749AD;
}
</style>