Shades of Brilliant Rose #F347A6
Tints of Brilliant Rose #F347A6
RGB
CMYK
RGB Variations
Color information
#F347A6 (or 0xF347A6) is known color: Brilliant Rose. HEX triplet: F3, 47 and A6. RGB value is (243,71,166). Sum of RGB (Red+Green+Blue) = 243+71+166=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F347A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F347A6 is #0CB859. Grayscale: #858585. Windows color (decimal): -833626 or 10897395. OLE color: 10897395.
HSL color Cylindrical-coordinate representation of color #F347A6: hue angle of 326.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F347A6 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 166 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.05 |
| HSL | 326.86º | 0.88% | 0.62% | - |
| HSV(B) | 326.86º | 0.71% | 0.95% | - |
| XYZ | 46.1 | 26.31 | 38.73 | - |
| YUV | 133.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 166 | 0 | 0.71 | 0.32 | 0.05 | 326.86 | 0.88 | 0.62 |
| Hex | F3 | 47 | A6 | 0 | 47 | 20 | 5 | 147 | 58 | 3E |
| Octal | 363 | 107 | 246 | 0 | 107 | 40 | 5 | 507 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10100110 | 0 | 1000111 | 100000 | 101 | 101000111 | 1011000 | 111110 |
Color Harmonies of #F347A6
Complementary color
Monochromatic Colors of #F347A6
Black with #F347A6
Text Example
Text Example
White with #F347A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F347A6; }
p { color: rgb(243,71,166); }
H1.HeaderClassName
{
color: #F347A6;
}
.AnyTagClassName
{
color: #F347A6;
}
</style>
background-color css
<style>
a { background-color: #F347A6; }
a { background-color: rgb(243,71,166); }
div.DivClassName
{
background-color: #F347A6;
}
.BgClassName
{
background-color: #F347A6;
}
</style>
border-color css
<style>
span { border-color: #F347A6; }
span { border-color: rgb(243,71,166); }
td.TdClassName
{
border-color: #F347A6;
}
.TagClassName
{
border-color: #F347A6;
}
</style>