Shades of Brilliant Rose #F746AD
Tints of Brilliant Rose #F746AD
RGB
CMYK
RGB Variations
Color information
#F746AD (or 0xF746AD) is known color: Brilliant Rose. HEX triplet: F7, 46 and AD. RGB value is (247,70,173). Sum of RGB (Red+Green+Blue) = 247+70+173=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F746AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F746AD is #08B952. Grayscale: #868686. Windows color (decimal): -571731 or 11355895. OLE color: 11355895.
HSL color Cylindrical-coordinate representation of color #F746AD: hue angle of 325.08º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F746AD is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 173 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.03 |
| HSL | 325.08º | 0.92% | 0.62% | - |
| HSV(B) | 325.08º | 0.72% | 0.97% | - |
| XYZ | 48.09 | 27.17 | 42.25 | - |
| YUV | 134.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 173 | 0 | 0.72 | 0.30 | 0.03 | 325.08 | 0.92 | 0.62 |
| Hex | F7 | 46 | AD | 0 | 48 | 1E | 3 | 145 | 5C | 3E |
| Octal | 367 | 106 | 255 | 0 | 110 | 36 | 3 | 505 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10101101 | 0 | 1001000 | 11110 | 11 | 101000101 | 1011100 | 111110 |
Color Harmonies of #F746AD
Complementary color
Monochromatic Colors of #F746AD
Black with #F746AD
Text Example
Text Example
White with #F746AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746AD; }
p { color: rgb(247,70,173); }
H1.HeaderClassName
{
color: #F746AD;
}
.AnyTagClassName
{
color: #F746AD;
}
</style>
background-color css
<style>
a { background-color: #F746AD; }
a { background-color: rgb(247,70,173); }
div.DivClassName
{
background-color: #F746AD;
}
.BgClassName
{
background-color: #F746AD;
}
</style>
border-color css
<style>
span { border-color: #F746AD; }
span { border-color: rgb(247,70,173); }
td.TdClassName
{
border-color: #F746AD;
}
.TagClassName
{
border-color: #F746AD;
}
</style>