Shades of Brilliant Rose #F568A0
Tints of Brilliant Rose #F568A0
RGB
CMYK
RGB Variations
Color information
#F568A0 (or 0xF568A0) is known color: Brilliant Rose. HEX triplet: F5, 68 and A0. RGB value is (245,104,160). Sum of RGB (Red+Green+Blue) = 245+104+160=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F568A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F568A0 is #0A975F. Grayscale: #989898. Windows color (decimal): -694112 or 10512629. OLE color: 10512629.
HSL color Cylindrical-coordinate representation of color #F568A0: hue angle of 336.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568A0 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 160 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.04 |
| HSL | 336.17º | 0.88% | 0.68% | - |
| HSV(B) | 336.17º | 0.58% | 0.96% | - |
| XYZ | 48.95 | 31.85 | 36.83 | - |
| YUV | 152.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 160 | 0 | 0.58 | 0.35 | 0.04 | 336.17 | 0.88 | 0.68 |
| Hex | F5 | 68 | A0 | 0 | 3A | 23 | 4 | 150 | 58 | 44 |
| Octal | 365 | 150 | 240 | 0 | 72 | 43 | 4 | 520 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10100000 | 0 | 111010 | 100011 | 100 | 101010000 | 1011000 | 1000100 |
Color Harmonies of #F568A0
Complementary color
Monochromatic Colors of #F568A0
Black with #F568A0
Text Example
Text Example
White with #F568A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568A0; }
p { color: rgb(245,104,160); }
H1.HeaderClassName
{
color: #F568A0;
}
.AnyTagClassName
{
color: #F568A0;
}
</style>
background-color css
<style>
a { background-color: #F568A0; }
a { background-color: rgb(245,104,160); }
div.DivClassName
{
background-color: #F568A0;
}
.BgClassName
{
background-color: #F568A0;
}
</style>
border-color css
<style>
span { border-color: #F568A0; }
span { border-color: rgb(245,104,160); }
td.TdClassName
{
border-color: #F568A0;
}
.TagClassName
{
border-color: #F568A0;
}
</style>