Shades of Brilliant Rose #F352AA
Tints of Brilliant Rose #F352AA
RGB
CMYK
RGB Variations
Color information
#F352AA (or 0xF352AA) is known color: Brilliant Rose. HEX triplet: F3, 52 and AA. RGB value is (243,82,170). Sum of RGB (Red+Green+Blue) = 243+82+170=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F352AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F352AA is #0CAD55. Grayscale: #8B8B8B. Windows color (decimal): -830806 or 11162355. OLE color: 11162355.
HSL color Cylindrical-coordinate representation of color #F352AA: hue angle of 327.2º 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 #F352AA is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 170 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.05 |
| HSL | 327.21º | 0.87% | 0.64% | - |
| HSV(B) | 327.21º | 0.66% | 0.95% | - |
| XYZ | 47.24 | 27.99 | 40.94 | - |
| YUV | 140.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 170 | 0 | 0.66 | 0.30 | 0.05 | 327.21 | 0.87 | 0.64 |
| Hex | F3 | 52 | AA | 0 | 42 | 1E | 5 | 147 | 57 | 40 |
| Octal | 363 | 122 | 252 | 0 | 102 | 36 | 5 | 507 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10101010 | 0 | 1000010 | 11110 | 101 | 101000111 | 1010111 | 1000000 |
Color Harmonies of #F352AA
Complementary color
Monochromatic Colors of #F352AA
Black with #F352AA
Text Example
Text Example
White with #F352AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352AA; }
p { color: rgb(243,82,170); }
H1.HeaderClassName
{
color: #F352AA;
}
.AnyTagClassName
{
color: #F352AA;
}
</style>
background-color css
<style>
a { background-color: #F352AA; }
a { background-color: rgb(243,82,170); }
div.DivClassName
{
background-color: #F352AA;
}
.BgClassName
{
background-color: #F352AA;
}
</style>
border-color css
<style>
span { border-color: #F352AA; }
span { border-color: rgb(243,82,170); }
td.TdClassName
{
border-color: #F352AA;
}
.TagClassName
{
border-color: #F352AA;
}
</style>