Shades of Brilliant Rose #F366A0
Tints of Brilliant Rose #F366A0
RGB
CMYK
RGB Variations
Color information
#F366A0 (or 0xF366A0) is known color: Brilliant Rose. HEX triplet: F3, 66 and A0. RGB value is (243,102,160). Sum of RGB (Red+Green+Blue) = 243+102+160=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F366A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F366A0 is #0C995F. Grayscale: #969696. Windows color (decimal): -825696 or 10512115. OLE color: 10512115.
HSL color Cylindrical-coordinate representation of color #F366A0: hue angle of 335.32º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F366A0 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 160 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.05 |
| HSL | 335.32º | 0.85% | 0.68% | - |
| HSV(B) | 335.32º | 0.58% | 0.95% | - |
| XYZ | 48.06 | 31.1 | 36.73 | - |
| YUV | 150.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 160 | 0 | 0.58 | 0.34 | 0.05 | 335.32 | 0.85 | 0.68 |
| Hex | F3 | 66 | A0 | 0 | 3A | 22 | 5 | 14F | 55 | 44 |
| Octal | 363 | 146 | 240 | 0 | 72 | 42 | 5 | 517 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10100000 | 0 | 111010 | 100010 | 101 | 101001111 | 1010101 | 1000100 |
Color Harmonies of #F366A0
Complementary color
Monochromatic Colors of #F366A0
Black with #F366A0
Text Example
Text Example
White with #F366A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366A0; }
p { color: rgb(243,102,160); }
H1.HeaderClassName
{
color: #F366A0;
}
.AnyTagClassName
{
color: #F366A0;
}
</style>
background-color css
<style>
a { background-color: #F366A0; }
a { background-color: rgb(243,102,160); }
div.DivClassName
{
background-color: #F366A0;
}
.BgClassName
{
background-color: #F366A0;
}
</style>
border-color css
<style>
span { border-color: #F366A0; }
span { border-color: rgb(243,102,160); }
td.TdClassName
{
border-color: #F366A0;
}
.TagClassName
{
border-color: #F366A0;
}
</style>