Shades of Brilliant Rose #F3509D
Tints of Brilliant Rose #F3509D
RGB
CMYK
RGB Variations
Color information
#F3509D (or 0xF3509D) is known color: Brilliant Rose. HEX triplet: F3, 50 and 9D. RGB value is (243,80,157). Sum of RGB (Red+Green+Blue) = 243+80+157=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3509D is #0CAF62. Grayscale: #898989. Windows color (decimal): -831331 or 10309875. OLE color: 10309875.
HSL color Cylindrical-coordinate representation of color #F3509D: hue angle of 331.66º 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 #F3509D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 157 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.05 |
| HSL | 331.66º | 0.87% | 0.63% | - |
| HSV(B) | 331.66º | 0.67% | 0.95% | - |
| XYZ | 45.92 | 27.23 | 34.73 | - |
| YUV | 137.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 157 | 0 | 0.67 | 0.35 | 0.05 | 331.66 | 0.87 | 0.63 |
| Hex | F3 | 50 | 9D | 0 | 43 | 23 | 5 | 14C | 57 | 3F |
| Octal | 363 | 120 | 235 | 0 | 103 | 43 | 5 | 514 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10011101 | 0 | 1000011 | 100011 | 101 | 101001100 | 1010111 | 111111 |
Color Harmonies of #F3509D
Complementary color
Monochromatic Colors of #F3509D
Black with #F3509D
Text Example
Text Example
White with #F3509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3509D; }
p { color: rgb(243,80,157); }
H1.HeaderClassName
{
color: #F3509D;
}
.AnyTagClassName
{
color: #F3509D;
}
</style>
background-color css
<style>
a { background-color: #F3509D; }
a { background-color: rgb(243,80,157); }
div.DivClassName
{
background-color: #F3509D;
}
.BgClassName
{
background-color: #F3509D;
}
</style>
border-color css
<style>
span { border-color: #F3509D; }
span { border-color: rgb(243,80,157); }
td.TdClassName
{
border-color: #F3509D;
}
.TagClassName
{
border-color: #F3509D;
}
</style>