Shades of Brilliant Rose #F349B5
Tints of Brilliant Rose #F349B5
RGB
CMYK
RGB Variations
Color information
#F349B5 (or 0xF349B5) is known color: Brilliant Rose. HEX triplet: F3, 49 and B5. RGB value is (243,73,181). Sum of RGB (Red+Green+Blue) = 243+73+181=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F349B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349B5 is #0CB64A. Grayscale: #878787. Windows color (decimal): -833099 or 11880947. OLE color: 11880947.
HSL color Cylindrical-coordinate representation of color #F349B5: hue angle of 321.88º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349B5 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 181 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.05 |
| HSL | 321.88º | 0.88% | 0.62% | - |
| HSV(B) | 321.88º | 0.7% | 0.95% | - |
| XYZ | 47.69 | 27.16 | 46.44 | - |
| YUV | 136.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 181 | 0 | 0.70 | 0.26 | 0.05 | 321.88 | 0.88 | 0.62 |
| Hex | F3 | 49 | B5 | 0 | 46 | 1A | 5 | 142 | 58 | 3E |
| Octal | 363 | 111 | 265 | 0 | 106 | 32 | 5 | 502 | 130 | 76 |
| Binary | 11110011 | 1001001 | 10110101 | 0 | 1000110 | 11010 | 101 | 101000010 | 1011000 | 111110 |
Color Harmonies of #F349B5
Complementary color
Monochromatic Colors of #F349B5
Black with #F349B5
Text Example
Text Example
White with #F349B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349B5; }
p { color: rgb(243,73,181); }
H1.HeaderClassName
{
color: #F349B5;
}
.AnyTagClassName
{
color: #F349B5;
}
</style>
background-color css
<style>
a { background-color: #F349B5; }
a { background-color: rgb(243,73,181); }
div.DivClassName
{
background-color: #F349B5;
}
.BgClassName
{
background-color: #F349B5;
}
</style>
border-color css
<style>
span { border-color: #F349B5; }
span { border-color: rgb(243,73,181); }
td.TdClassName
{
border-color: #F349B5;
}
.TagClassName
{
border-color: #F349B5;
}
</style>