Shades of Brilliant Rose #F352A0
Tints of Brilliant Rose #F352A0
RGB
CMYK
RGB Variations
Color information
#F352A0 (or 0xF352A0) is known color: Brilliant Rose. HEX triplet: F3, 52 and A0. RGB value is (243,82,160). Sum of RGB (Red+Green+Blue) = 243+82+160=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F352A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F352A0 is #0CAD5F. Grayscale: #8A8A8A. Windows color (decimal): -830816 or 10506995. OLE color: 10506995.
HSL color Cylindrical-coordinate representation of color #F352A0: hue angle of 330.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F352A0 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 160 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.05 |
| HSL | 330.93º | 0.87% | 0.64% | - |
| HSV(B) | 330.93º | 0.66% | 0.95% | - |
| XYZ | 46.32 | 27.63 | 36.15 | - |
| YUV | 139.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 160 | 0 | 0.66 | 0.34 | 0.05 | 330.93 | 0.87 | 0.64 |
| Hex | F3 | 52 | A0 | 0 | 42 | 22 | 5 | 14B | 57 | 40 |
| Octal | 363 | 122 | 240 | 0 | 102 | 42 | 5 | 513 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10100000 | 0 | 1000010 | 100010 | 101 | 101001011 | 1010111 | 1000000 |
Color Harmonies of #F352A0
Complementary color
Monochromatic Colors of #F352A0
Black with #F352A0
Text Example
Text Example
White with #F352A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352A0; }
p { color: rgb(243,82,160); }
H1.HeaderClassName
{
color: #F352A0;
}
.AnyTagClassName
{
color: #F352A0;
}
</style>
background-color css
<style>
a { background-color: #F352A0; }
a { background-color: rgb(243,82,160); }
div.DivClassName
{
background-color: #F352A0;
}
.BgClassName
{
background-color: #F352A0;
}
</style>
border-color css
<style>
span { border-color: #F352A0; }
span { border-color: rgb(243,82,160); }
td.TdClassName
{
border-color: #F352A0;
}
.TagClassName
{
border-color: #F352A0;
}
</style>