Shades of Brilliant Rose #F352A8
Tints of Brilliant Rose #F352A8
RGB
CMYK
RGB Variations
Color information
#F352A8 (or 0xF352A8) is known color: Brilliant Rose. HEX triplet: F3, 52 and A8. RGB value is (243,82,168). Sum of RGB (Red+Green+Blue) = 243+82+168=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F352A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F352A8 is #0CAD57. Grayscale: #8B8B8B. Windows color (decimal): -830808 or 11031283. OLE color: 11031283.
HSL color Cylindrical-coordinate representation of color #F352A8: hue angle of 327.95º 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 #F352A8 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 168 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.05 |
| HSL | 327.95º | 0.87% | 0.64% | - |
| HSV(B) | 327.95º | 0.66% | 0.95% | - |
| XYZ | 47.05 | 27.92 | 39.95 | - |
| YUV | 139.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 168 | 0 | 0.66 | 0.31 | 0.05 | 327.95 | 0.87 | 0.64 |
| Hex | F3 | 52 | A8 | 0 | 42 | 1F | 5 | 148 | 57 | 40 |
| Octal | 363 | 122 | 250 | 0 | 102 | 37 | 5 | 510 | 127 | 100 |
| Binary | 11110011 | 1010010 | 10101000 | 0 | 1000010 | 11111 | 101 | 101001000 | 1010111 | 1000000 |
Color Harmonies of #F352A8
Complementary color
Monochromatic Colors of #F352A8
Black with #F352A8
Text Example
Text Example
White with #F352A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352A8; }
p { color: rgb(243,82,168); }
H1.HeaderClassName
{
color: #F352A8;
}
.AnyTagClassName
{
color: #F352A8;
}
</style>
background-color css
<style>
a { background-color: #F352A8; }
a { background-color: rgb(243,82,168); }
div.DivClassName
{
background-color: #F352A8;
}
.BgClassName
{
background-color: #F352A8;
}
</style>
border-color css
<style>
span { border-color: #F352A8; }
span { border-color: rgb(243,82,168); }
td.TdClassName
{
border-color: #F352A8;
}
.TagClassName
{
border-color: #F352A8;
}
</style>