Shades of Brilliant Rose #F369A0
Tints of Brilliant Rose #F369A0
RGB
CMYK
RGB Variations
Color information
#F369A0 (or 0xF369A0) is known color: Brilliant Rose. HEX triplet: F3, 69 and A0. RGB value is (243,105,160). Sum of RGB (Red+Green+Blue) = 243+105+160=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F369A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F369A0 is #0C965F. Grayscale: #989898. Windows color (decimal): -824928 or 10512883. OLE color: 10512883.
HSL color Cylindrical-coordinate representation of color #F369A0: hue angle of 336.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369A0 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 160 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.05 |
| HSL | 336.09º | 0.85% | 0.68% | - |
| HSV(B) | 336.09º | 0.57% | 0.95% | - |
| XYZ | 48.36 | 31.7 | 36.83 | - |
| YUV | 152.53 | 132.22 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 160 | 0 | 0.57 | 0.34 | 0.05 | 336.09 | 0.85 | 0.68 |
| Hex | F3 | 69 | A0 | 0 | 39 | 22 | 5 | 150 | 55 | 44 |
| Octal | 363 | 151 | 240 | 0 | 71 | 42 | 5 | 520 | 125 | 104 |
| Binary | 11110011 | 1101001 | 10100000 | 0 | 111001 | 100010 | 101 | 101010000 | 1010101 | 1000100 |
Color Harmonies of #F369A0
Complementary color
Monochromatic Colors of #F369A0
Black with #F369A0
Text Example
Text Example
White with #F369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369A0; }
p { color: rgb(243,105,160); }
H1.HeaderClassName
{
color: #F369A0;
}
.AnyTagClassName
{
color: #F369A0;
}
</style>
background-color css
<style>
a { background-color: #F369A0; }
a { background-color: rgb(243,105,160); }
div.DivClassName
{
background-color: #F369A0;
}
.BgClassName
{
background-color: #F369A0;
}
</style>
border-color css
<style>
span { border-color: #F369A0; }
span { border-color: rgb(243,105,160); }
td.TdClassName
{
border-color: #F369A0;
}
.TagClassName
{
border-color: #F369A0;
}
</style>