Shades of Brilliant Rose #F353A8
Tints of Brilliant Rose #F353A8
RGB
CMYK
RGB Variations
Color information
#F353A8 (or 0xF353A8) is known color: Brilliant Rose. HEX triplet: F3, 53 and A8. RGB value is (243,83,168). Sum of RGB (Red+Green+Blue) = 243+83+168=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F353A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F353A8 is #0CAC57. Grayscale: #8C8C8C. Windows color (decimal): -830552 or 11031539. OLE color: 11031539.
HSL color Cylindrical-coordinate representation of color #F353A8: hue angle of 328.12º 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 #F353A8 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 168 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.05 |
| HSL | 328.13º | 0.87% | 0.64% | - |
| HSV(B) | 328.13º | 0.66% | 0.95% | - |
| XYZ | 47.12 | 28.07 | 39.98 | - |
| YUV | 140.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 168 | 0 | 0.66 | 0.31 | 0.05 | 328.13 | 0.87 | 0.64 |
| Hex | F3 | 53 | A8 | 0 | 42 | 1F | 5 | 148 | 57 | 40 |
| Octal | 363 | 123 | 250 | 0 | 102 | 37 | 5 | 510 | 127 | 100 |
| Binary | 11110011 | 1010011 | 10101000 | 0 | 1000010 | 11111 | 101 | 101001000 | 1010111 | 1000000 |
Color Harmonies of #F353A8
Complementary color
Monochromatic Colors of #F353A8
Black with #F353A8
Text Example
Text Example
White with #F353A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353A8; }
p { color: rgb(243,83,168); }
H1.HeaderClassName
{
color: #F353A8;
}
.AnyTagClassName
{
color: #F353A8;
}
</style>
background-color css
<style>
a { background-color: #F353A8; }
a { background-color: rgb(243,83,168); }
div.DivClassName
{
background-color: #F353A8;
}
.BgClassName
{
background-color: #F353A8;
}
</style>
border-color css
<style>
span { border-color: #F353A8; }
span { border-color: rgb(243,83,168); }
td.TdClassName
{
border-color: #F353A8;
}
.TagClassName
{
border-color: #F353A8;
}
</style>