Shades of Brilliant Rose #F747B2
Tints of Brilliant Rose #F747B2
RGB
CMYK
RGB Variations
Color information
#F747B2 (or 0xF747B2) is known color: Brilliant Rose. HEX triplet: F7, 47 and B2. RGB value is (247,71,178). Sum of RGB (Red+Green+Blue) = 247+71+178=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F747B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F747B2 is #08B84D. Grayscale: #878787. Windows color (decimal): -571470 or 11683831. OLE color: 11683831.
HSL color Cylindrical-coordinate representation of color #F747B2: hue angle of 323.52º 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 #F747B2 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 178 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.03 |
| HSL | 323.52º | 0.92% | 0.62% | - |
| HSV(B) | 323.52º | 0.71% | 0.97% | - |
| XYZ | 48.65 | 27.49 | 44.86 | - |
| YUV | 135.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 178 | 0 | 0.71 | 0.28 | 0.03 | 323.52 | 0.92 | 0.62 |
| Hex | F7 | 47 | B2 | 0 | 47 | 1C | 3 | 144 | 5C | 3E |
| Octal | 367 | 107 | 262 | 0 | 107 | 34 | 3 | 504 | 134 | 76 |
| Binary | 11110111 | 1000111 | 10110010 | 0 | 1000111 | 11100 | 11 | 101000100 | 1011100 | 111110 |
Color Harmonies of #F747B2
Complementary color
Monochromatic Colors of #F747B2
Black with #F747B2
Text Example
Text Example
White with #F747B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747B2; }
p { color: rgb(247,71,178); }
H1.HeaderClassName
{
color: #F747B2;
}
.AnyTagClassName
{
color: #F747B2;
}
</style>
background-color css
<style>
a { background-color: #F747B2; }
a { background-color: rgb(247,71,178); }
div.DivClassName
{
background-color: #F747B2;
}
.BgClassName
{
background-color: #F747B2;
}
</style>
border-color css
<style>
span { border-color: #F747B2; }
span { border-color: rgb(247,71,178); }
td.TdClassName
{
border-color: #F747B2;
}
.TagClassName
{
border-color: #F747B2;
}
</style>