Shades of Brilliant Rose #F5689A
Tints of Brilliant Rose #F5689A
RGB
CMYK
RGB Variations
Color information
#F5689A (or 0xF5689A) is known color: Brilliant Rose. HEX triplet: F5, 68 and 9A. RGB value is (245,104,154). Sum of RGB (Red+Green+Blue) = 245+104+154=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5689A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5689A is #0A9765. Grayscale: #979797. Windows color (decimal): -694118 or 10119413. OLE color: 10119413.
HSL color Cylindrical-coordinate representation of color #F5689A: hue angle of 338.72º 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 #F5689A is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 154 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.04 |
| HSL | 338.72º | 0.88% | 0.68% | - |
| HSV(B) | 338.72º | 0.58% | 0.96% | - |
| XYZ | 48.44 | 31.65 | 34.13 | - |
| YUV | 151.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 154 | 0 | 0.58 | 0.37 | 0.04 | 338.72 | 0.88 | 0.68 |
| Hex | F5 | 68 | 9A | 0 | 3A | 25 | 4 | 153 | 58 | 44 |
| Octal | 365 | 150 | 232 | 0 | 72 | 45 | 4 | 523 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10011010 | 0 | 111010 | 100101 | 100 | 101010011 | 1011000 | 1000100 |
Color Harmonies of #F5689A
Complementary color
Monochromatic Colors of #F5689A
Black with #F5689A
Text Example
Text Example
White with #F5689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5689A; }
p { color: rgb(245,104,154); }
H1.HeaderClassName
{
color: #F5689A;
}
.AnyTagClassName
{
color: #F5689A;
}
</style>
background-color css
<style>
a { background-color: #F5689A; }
a { background-color: rgb(245,104,154); }
div.DivClassName
{
background-color: #F5689A;
}
.BgClassName
{
background-color: #F5689A;
}
</style>
border-color css
<style>
span { border-color: #F5689A; }
span { border-color: rgb(245,104,154); }
td.TdClassName
{
border-color: #F5689A;
}
.TagClassName
{
border-color: #F5689A;
}
</style>