Shades of Brilliant Rose #F350A4
Tints of Brilliant Rose #F350A4
RGB
CMYK
RGB Variations
Color information
#F350A4 (or 0xF350A4) is known color: Brilliant Rose. HEX triplet: F3, 50 and A4. RGB value is (243,80,164). Sum of RGB (Red+Green+Blue) = 243+80+164=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F350A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F350A4 is #0CAF5B. Grayscale: #8A8A8A. Windows color (decimal): -831324 or 10768627. OLE color: 10768627.
HSL color Cylindrical-coordinate representation of color #F350A4: hue angle of 329.08º 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 #F350A4 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 164 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.05 |
| HSL | 329.08º | 0.87% | 0.63% | - |
| HSV(B) | 329.08º | 0.67% | 0.95% | - |
| XYZ | 46.53 | 27.47 | 37.97 | - |
| YUV | 138.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 164 | 0 | 0.67 | 0.33 | 0.05 | 329.08 | 0.87 | 0.63 |
| Hex | F3 | 50 | A4 | 0 | 43 | 21 | 5 | 149 | 57 | 3F |
| Octal | 363 | 120 | 244 | 0 | 103 | 41 | 5 | 511 | 127 | 77 |
| Binary | 11110011 | 1010000 | 10100100 | 0 | 1000011 | 100001 | 101 | 101001001 | 1010111 | 111111 |
Color Harmonies of #F350A4
Complementary color
Monochromatic Colors of #F350A4
Black with #F350A4
Text Example
Text Example
White with #F350A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350A4; }
p { color: rgb(243,80,164); }
H1.HeaderClassName
{
color: #F350A4;
}
.AnyTagClassName
{
color: #F350A4;
}
</style>
background-color css
<style>
a { background-color: #F350A4; }
a { background-color: rgb(243,80,164); }
div.DivClassName
{
background-color: #F350A4;
}
.BgClassName
{
background-color: #F350A4;
}
</style>
border-color css
<style>
span { border-color: #F350A4; }
span { border-color: rgb(243,80,164); }
td.TdClassName
{
border-color: #F350A4;
}
.TagClassName
{
border-color: #F350A4;
}
</style>