Shades of Brilliant Rose #F350BA
Tints of Brilliant Rose #F350BA
RGB
CMYK
RGB Variations
Color information
#F350BA (or 0xF350BA) is known color: Brilliant Rose. HEX triplet: F3, 50 and BA. RGB value is (243,80,186). Sum of RGB (Red+Green+Blue) = 243+80+186=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F350BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350BA is #0CAF45. Grayscale: #8C8C8C. Windows color (decimal): -831302 or 12210419. OLE color: 12210419.
HSL color Cylindrical-coordinate representation of color #F350BA: hue angle of 320.98º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350BA is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 186 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.05 |
| HSL | 320.98º | 0.87% | 0.63% | - |
| HSV(B) | 320.98º | 0.67% | 0.95% | - |
| XYZ | 48.69 | 28.34 | 49.36 | - |
| YUV | 140.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 186 | 0 | 0.67 | 0.23 | 0.05 | 320.98 | 0.87 | 0.63 |
| Hex | F3 | 50 | BA | 0 | 43 | 17 | 5 | 141 | 57 | 3F |
| Octal | 363 | 120 | 272 | 0 | 103 | 27 | 5 | 501 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10111010 | 0 | 1000011 | 10111 | 101 | 101000001 | 1010111 | 111111 |
Color Harmonies of #F350BA
Complementary color
Monochromatic Colors of #F350BA
Black with #F350BA
Text Example
Text Example
White with #F350BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350BA; }
p { color: rgb(243,80,186); }
H1.HeaderClassName
{
color: #F350BA;
}
.AnyTagClassName
{
color: #F350BA;
}
</style>
background-color css
<style>
a { background-color: #F350BA; }
a { background-color: rgb(243,80,186); }
div.DivClassName
{
background-color: #F350BA;
}
.BgClassName
{
background-color: #F350BA;
}
</style>
border-color css
<style>
span { border-color: #F350BA; }
span { border-color: rgb(243,80,186); }
td.TdClassName
{
border-color: #F350BA;
}
.TagClassName
{
border-color: #F350BA;
}
</style>