Shades of Brilliant Rose #F746B2
Tints of Brilliant Rose #F746B2
RGB
CMYK
RGB Variations
Color information
#F746B2 (or 0xF746B2) is known color: Brilliant Rose. HEX triplet: F7, 46 and B2. RGB value is (247,70,178). Sum of RGB (Red+Green+Blue) = 247+70+178=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F746B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F746B2 is #08B94D. Grayscale: #868686. Windows color (decimal): -571726 or 11683575. OLE color: 11683575.
HSL color Cylindrical-coordinate representation of color #F746B2: hue angle of 323.39º 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 #F746B2 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 178 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.03 |
| HSL | 323.39º | 0.92% | 0.62% | - |
| HSV(B) | 323.39º | 0.72% | 0.97% | - |
| XYZ | 48.58 | 27.37 | 44.84 | - |
| YUV | 135.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 178 | 0 | 0.72 | 0.28 | 0.03 | 323.39 | 0.92 | 0.62 |
| Hex | F7 | 46 | B2 | 0 | 48 | 1C | 3 | 143 | 5C | 3E |
| Octal | 367 | 106 | 262 | 0 | 110 | 34 | 3 | 503 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10110010 | 0 | 1001000 | 11100 | 11 | 101000011 | 1011100 | 111110 |
Color Harmonies of #F746B2
Complementary color
Monochromatic Colors of #F746B2
Black with #F746B2
Text Example
Text Example
White with #F746B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746B2; }
p { color: rgb(247,70,178); }
H1.HeaderClassName
{
color: #F746B2;
}
.AnyTagClassName
{
color: #F746B2;
}
</style>
background-color css
<style>
a { background-color: #F746B2; }
a { background-color: rgb(247,70,178); }
div.DivClassName
{
background-color: #F746B2;
}
.BgClassName
{
background-color: #F746B2;
}
</style>
border-color css
<style>
span { border-color: #F746B2; }
span { border-color: rgb(247,70,178); }
td.TdClassName
{
border-color: #F746B2;
}
.TagClassName
{
border-color: #F746B2;
}
</style>