Shades of Brilliant Rose #F5669B
Tints of Brilliant Rose #F5669B
RGB
CMYK
RGB Variations
Color information
#F5669B (or 0xF5669B) is known color: Brilliant Rose. HEX triplet: F5, 66 and 9B. RGB value is (245,102,155). Sum of RGB (Red+Green+Blue) = 245+102+155=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5669B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5669B is #0A9964. Grayscale: #969696. Windows color (decimal): -694629 or 10184437. OLE color: 10184437.
HSL color Cylindrical-coordinate representation of color #F5669B: hue angle of 337.76º 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 #F5669B is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 155 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.04 |
| HSL | 337.76º | 0.88% | 0.68% | - |
| HSV(B) | 337.76º | 0.58% | 0.96% | - |
| XYZ | 48.32 | 31.28 | 34.5 | - |
| YUV | 150.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 155 | 0 | 0.58 | 0.37 | 0.04 | 337.76 | 0.88 | 0.68 |
| Hex | F5 | 66 | 9B | 0 | 3A | 25 | 4 | 152 | 58 | 44 |
| Octal | 365 | 146 | 233 | 0 | 72 | 45 | 4 | 522 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10011011 | 0 | 111010 | 100101 | 100 | 101010010 | 1011000 | 1000100 |
Color Harmonies of #F5669B
Complementary color
Monochromatic Colors of #F5669B
Black with #F5669B
Text Example
Text Example
White with #F5669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5669B; }
p { color: rgb(245,102,155); }
H1.HeaderClassName
{
color: #F5669B;
}
.AnyTagClassName
{
color: #F5669B;
}
</style>
background-color css
<style>
a { background-color: #F5669B; }
a { background-color: rgb(245,102,155); }
div.DivClassName
{
background-color: #F5669B;
}
.BgClassName
{
background-color: #F5669B;
}
</style>
border-color css
<style>
span { border-color: #F5669B; }
span { border-color: rgb(245,102,155); }
td.TdClassName
{
border-color: #F5669B;
}
.TagClassName
{
border-color: #F5669B;
}
</style>