Shades of Brilliant Rose #F359AF
Tints of Brilliant Rose #F359AF
RGB
CMYK
RGB Variations
Color information
#F359AF (or 0xF359AF) is known color: Brilliant Rose. HEX triplet: F3, 59 and AF. RGB value is (243,89,175). Sum of RGB (Red+Green+Blue) = 243+89+175=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F359AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F359AF is #0CA650. Grayscale: #909090. Windows color (decimal): -829009 or 11491827. OLE color: 11491827.
HSL color Cylindrical-coordinate representation of color #F359AF: hue angle of 326.49º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359AF is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 175 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.05 |
| HSL | 326.49º | 0.87% | 0.65% | - |
| HSV(B) | 326.49º | 0.63% | 0.95% | - |
| XYZ | 48.27 | 29.29 | 43.67 | - |
| YUV | 144.85 | 145.02 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 175 | 0 | 0.63 | 0.28 | 0.05 | 326.49 | 0.87 | 0.65 |
| Hex | F3 | 59 | AF | 0 | 3F | 1C | 5 | 146 | 57 | 41 |
| Octal | 363 | 131 | 257 | 0 | 77 | 34 | 5 | 506 | 127 | 101 |
| Binary | 11110011 | 1011001 | 10101111 | 0 | 111111 | 11100 | 101 | 101000110 | 1010111 | 1000001 |
Color Harmonies of #F359AF
Complementary color
Monochromatic Colors of #F359AF
Black with #F359AF
Text Example
Text Example
White with #F359AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F359AF; }
p { color: rgb(243,89,175); }
H1.HeaderClassName
{
color: #F359AF;
}
.AnyTagClassName
{
color: #F359AF;
}
</style>
background-color css
<style>
a { background-color: #F359AF; }
a { background-color: rgb(243,89,175); }
div.DivClassName
{
background-color: #F359AF;
}
.BgClassName
{
background-color: #F359AF;
}
</style>
border-color css
<style>
span { border-color: #F359AF; }
span { border-color: rgb(243,89,175); }
td.TdClassName
{
border-color: #F359AF;
}
.TagClassName
{
border-color: #F359AF;
}
</style>