Shades of Brilliant Rose #F747A3
Tints of Brilliant Rose #F747A3
RGB
CMYK
RGB Variations
Color information
#F747A3 (or 0xF747A3) is known color: Brilliant Rose. HEX triplet: F7, 47 and A3. RGB value is (247,71,163). Sum of RGB (Red+Green+Blue) = 247+71+163=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F747A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F747A3 is #08B85C. Grayscale: #858585. Windows color (decimal): -571485 or 10700791. OLE color: 10700791.
HSL color Cylindrical-coordinate representation of color #F747A3: hue angle of 328.64º 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 #F747A3 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 163 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.03 |
| HSL | 328.64º | 0.92% | 0.62% | - |
| HSV(B) | 328.64º | 0.71% | 0.97% | - |
| XYZ | 47.22 | 26.92 | 37.36 | - |
| YUV | 134.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 163 | 0 | 0.71 | 0.34 | 0.03 | 328.64 | 0.92 | 0.62 |
| Hex | F7 | 47 | A3 | 0 | 47 | 22 | 3 | 149 | 5C | 3E |
| Octal | 367 | 107 | 243 | 0 | 107 | 42 | 3 | 511 | 134 | 76 |
| Binary | 11110111 | 1000111 | 10100011 | 0 | 1000111 | 100010 | 11 | 101001001 | 1011100 | 111110 |
Color Harmonies of #F747A3
Complementary color
Monochromatic Colors of #F747A3
Black with #F747A3
Text Example
Text Example
White with #F747A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747A3; }
p { color: rgb(247,71,163); }
H1.HeaderClassName
{
color: #F747A3;
}
.AnyTagClassName
{
color: #F747A3;
}
</style>
background-color css
<style>
a { background-color: #F747A3; }
a { background-color: rgb(247,71,163); }
div.DivClassName
{
background-color: #F747A3;
}
.BgClassName
{
background-color: #F747A3;
}
</style>
border-color css
<style>
span { border-color: #F747A3; }
span { border-color: rgb(247,71,163); }
td.TdClassName
{
border-color: #F747A3;
}
.TagClassName
{
border-color: #F747A3;
}
</style>