Shades of Brilliant Rose #F366A3
Tints of Brilliant Rose #F366A3
RGB
CMYK
RGB Variations
Color information
#F366A3 (or 0xF366A3) is known color: Brilliant Rose. HEX triplet: F3, 66 and A3. RGB value is (243,102,163). Sum of RGB (Red+Green+Blue) = 243+102+163=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F366A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F366A3 is #0C995C. Grayscale: #979797. Windows color (decimal): -825693 or 10708723. OLE color: 10708723.
HSL color Cylindrical-coordinate representation of color #F366A3: hue angle of 334.04º 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 #F366A3 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 163 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.05 |
| HSL | 334.04º | 0.85% | 0.68% | - |
| HSV(B) | 334.04º | 0.58% | 0.95% | - |
| XYZ | 48.32 | 31.2 | 38.13 | - |
| YUV | 151.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 163 | 0 | 0.58 | 0.33 | 0.05 | 334.04 | 0.85 | 0.68 |
| Hex | F3 | 66 | A3 | 0 | 3A | 21 | 5 | 14E | 55 | 44 |
| Octal | 363 | 146 | 243 | 0 | 72 | 41 | 5 | 516 | 125 | 104 |
| Binary | 11110011 | 1100110 | 10100011 | 0 | 111010 | 100001 | 101 | 101001110 | 1010101 | 1000100 |
Color Harmonies of #F366A3
Complementary color
Monochromatic Colors of #F366A3
Black with #F366A3
Text Example
Text Example
White with #F366A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F366A3; }
p { color: rgb(243,102,163); }
H1.HeaderClassName
{
color: #F366A3;
}
.AnyTagClassName
{
color: #F366A3;
}
</style>
background-color css
<style>
a { background-color: #F366A3; }
a { background-color: rgb(243,102,163); }
div.DivClassName
{
background-color: #F366A3;
}
.BgClassName
{
background-color: #F366A3;
}
</style>
border-color css
<style>
span { border-color: #F366A3; }
span { border-color: rgb(243,102,163); }
td.TdClassName
{
border-color: #F366A3;
}
.TagClassName
{
border-color: #F366A3;
}
</style>