Shades of Brilliant Rose #F347AB
Tints of Brilliant Rose #F347AB
RGB
CMYK
RGB Variations
Color information
#F347AB (or 0xF347AB) is known color: Brilliant Rose. HEX triplet: F3, 47 and AB. RGB value is (243,71,171). Sum of RGB (Red+Green+Blue) = 243+71+171=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F347AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F347AB is #0CB854. Grayscale: #858585. Windows color (decimal): -833621 or 11225075. OLE color: 11225075.
HSL color Cylindrical-coordinate representation of color #F347AB: hue angle of 325.12º 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 #F347AB is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 171 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.05 |
| HSL | 325.12º | 0.88% | 0.62% | - |
| HSV(B) | 325.12º | 0.71% | 0.95% | - |
| XYZ | 46.57 | 26.5 | 41.19 | - |
| YUV | 133.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 171 | 0 | 0.71 | 0.30 | 0.05 | 325.12 | 0.88 | 0.62 |
| Hex | F3 | 47 | AB | 0 | 47 | 1E | 5 | 145 | 58 | 3E |
| Octal | 363 | 107 | 253 | 0 | 107 | 36 | 5 | 505 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10101011 | 0 | 1000111 | 11110 | 101 | 101000101 | 1011000 | 111110 |
Color Harmonies of #F347AB
Complementary color
Monochromatic Colors of #F347AB
Black with #F347AB
Text Example
Text Example
White with #F347AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F347AB; }
p { color: rgb(243,71,171); }
H1.HeaderClassName
{
color: #F347AB;
}
.AnyTagClassName
{
color: #F347AB;
}
</style>
background-color css
<style>
a { background-color: #F347AB; }
a { background-color: rgb(243,71,171); }
div.DivClassName
{
background-color: #F347AB;
}
.BgClassName
{
background-color: #F347AB;
}
</style>
border-color css
<style>
span { border-color: #F347AB; }
span { border-color: rgb(243,71,171); }
td.TdClassName
{
border-color: #F347AB;
}
.TagClassName
{
border-color: #F347AB;
}
</style>