Shades of Brilliant Rose #F3509C
Tints of Brilliant Rose #F3509C
RGB
CMYK
RGB Variations
Color information
#F3509C (or 0xF3509C) is known color: Brilliant Rose. HEX triplet: F3, 50 and 9C. RGB value is (243,80,156). Sum of RGB (Red+Green+Blue) = 243+80+156=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3509C is #0CAF63. Grayscale: #898989. Windows color (decimal): -831332 or 10244339. OLE color: 10244339.
HSL color Cylindrical-coordinate representation of color #F3509C: hue angle of 332.02º 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 #F3509C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 156 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.05 |
| HSL | 332.02º | 0.87% | 0.63% | - |
| HSV(B) | 332.02º | 0.67% | 0.95% | - |
| XYZ | 45.83 | 27.19 | 34.29 | - |
| YUV | 137.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 156 | 0 | 0.67 | 0.36 | 0.05 | 332.02 | 0.87 | 0.63 |
| Hex | F3 | 50 | 9C | 0 | 43 | 24 | 5 | 14C | 57 | 3F |
| Octal | 363 | 120 | 234 | 0 | 103 | 44 | 5 | 514 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10011100 | 0 | 1000011 | 100100 | 101 | 101001100 | 1010111 | 111111 |
Color Harmonies of #F3509C
Complementary color
Monochromatic Colors of #F3509C
Black with #F3509C
Text Example
Text Example
White with #F3509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3509C; }
p { color: rgb(243,80,156); }
H1.HeaderClassName
{
color: #F3509C;
}
.AnyTagClassName
{
color: #F3509C;
}
</style>
background-color css
<style>
a { background-color: #F3509C; }
a { background-color: rgb(243,80,156); }
div.DivClassName
{
background-color: #F3509C;
}
.BgClassName
{
background-color: #F3509C;
}
</style>
border-color css
<style>
span { border-color: #F3509C; }
span { border-color: rgb(243,80,156); }
td.TdClassName
{
border-color: #F3509C;
}
.TagClassName
{
border-color: #F3509C;
}
</style>