Shades of Brilliant Rose #F747AD
Tints of Brilliant Rose #F747AD
RGB
CMYK
RGB Variations
Color information
#F747AD (or 0xF747AD) is known color: Brilliant Rose. HEX triplet: F7, 47 and AD. RGB value is (247,71,173). Sum of RGB (Red+Green+Blue) = 247+71+173=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F747AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F747AD is #08B852. Grayscale: #878787. Windows color (decimal): -571475 or 11356151. OLE color: 11356151.
HSL color Cylindrical-coordinate representation of color #F747AD: hue angle of 325.23º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747AD is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 173 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.03 |
| HSL | 325.23º | 0.92% | 0.62% | - |
| HSV(B) | 325.23º | 0.71% | 0.97% | - |
| XYZ | 48.15 | 27.3 | 42.27 | - |
| YUV | 135.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 173 | 0 | 0.71 | 0.30 | 0.03 | 325.23 | 0.92 | 0.62 |
| Hex | F7 | 47 | AD | 0 | 47 | 1E | 3 | 145 | 5C | 3E |
| Octal | 367 | 107 | 255 | 0 | 107 | 36 | 3 | 505 | 134 | 76 |
| Binary | 11110111 | 1000111 | 10101101 | 0 | 1000111 | 11110 | 11 | 101000101 | 1011100 | 111110 |
Color Harmonies of #F747AD
Complementary color
Monochromatic Colors of #F747AD
Black with #F747AD
Text Example
Text Example
White with #F747AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747AD; }
p { color: rgb(247,71,173); }
H1.HeaderClassName
{
color: #F747AD;
}
.AnyTagClassName
{
color: #F747AD;
}
</style>
background-color css
<style>
a { background-color: #F747AD; }
a { background-color: rgb(247,71,173); }
div.DivClassName
{
background-color: #F747AD;
}
.BgClassName
{
background-color: #F747AD;
}
</style>
border-color css
<style>
span { border-color: #F747AD; }
span { border-color: rgb(247,71,173); }
td.TdClassName
{
border-color: #F747AD;
}
.TagClassName
{
border-color: #F747AD;
}
</style>