Shades of Brilliant Rose #F352A2
Tints of Brilliant Rose #F352A2
RGB
CMYK
RGB Variations
Color information
#F352A2 (or 0xF352A2) is known color: Brilliant Rose. HEX triplet: F3, 52 and A2. RGB value is (243,82,162). Sum of RGB (Red+Green+Blue) = 243+82+162=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F352A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F352A2 is #0CAD5D. Grayscale: #8B8B8B. Windows color (decimal): -830814 or 10638067. OLE color: 10638067.
HSL color Cylindrical-coordinate representation of color #F352A2: hue angle of 330.19º 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 #F352A2 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 162 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.05 |
| HSL | 330.19º | 0.87% | 0.64% | - |
| HSV(B) | 330.19º | 0.66% | 0.95% | - |
| XYZ | 46.5 | 27.7 | 37.08 | - |
| YUV | 139.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 162 | 0 | 0.66 | 0.33 | 0.05 | 330.19 | 0.87 | 0.64 |
| Hex | F3 | 52 | A2 | 0 | 42 | 21 | 5 | 14A | 57 | 40 |
| Octal | 363 | 122 | 242 | 0 | 102 | 41 | 5 | 512 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10100010 | 0 | 1000010 | 100001 | 101 | 101001010 | 1010111 | 1000000 |
Color Harmonies of #F352A2
Complementary color
Monochromatic Colors of #F352A2
Black with #F352A2
Text Example
Text Example
White with #F352A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352A2; }
p { color: rgb(243,82,162); }
H1.HeaderClassName
{
color: #F352A2;
}
.AnyTagClassName
{
color: #F352A2;
}
</style>
background-color css
<style>
a { background-color: #F352A2; }
a { background-color: rgb(243,82,162); }
div.DivClassName
{
background-color: #F352A2;
}
.BgClassName
{
background-color: #F352A2;
}
</style>
border-color css
<style>
span { border-color: #F352A2; }
span { border-color: rgb(243,82,162); }
td.TdClassName
{
border-color: #F352A2;
}
.TagClassName
{
border-color: #F352A2;
}
</style>