Shades of Brilliant Rose #F5669D
Tints of Brilliant Rose #F5669D
RGB
CMYK
RGB Variations
Color information
#F5669D (or 0xF5669D) is known color: Brilliant Rose. HEX triplet: F5, 66 and 9D. RGB value is (245,102,157). Sum of RGB (Red+Green+Blue) = 245+102+157=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5669D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5669D is #0A9962. Grayscale: #969696. Windows color (decimal): -694627 or 10315509. OLE color: 10315509.
HSL color Cylindrical-coordinate representation of color #F5669D: hue angle of 336.92º 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 #F5669D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 157 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.04 |
| HSL | 336.92º | 0.88% | 0.68% | - |
| HSV(B) | 336.92º | 0.58% | 0.96% | - |
| XYZ | 48.49 | 31.35 | 35.39 | - |
| YUV | 151.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 157 | 0 | 0.58 | 0.36 | 0.04 | 336.92 | 0.88 | 0.68 |
| Hex | F5 | 66 | 9D | 0 | 3A | 24 | 4 | 151 | 58 | 44 |
| Octal | 365 | 146 | 235 | 0 | 72 | 44 | 4 | 521 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10011101 | 0 | 111010 | 100100 | 100 | 101010001 | 1011000 | 1000100 |
Color Harmonies of #F5669D
Complementary color
Monochromatic Colors of #F5669D
Black with #F5669D
Text Example
Text Example
White with #F5669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5669D; }
p { color: rgb(245,102,157); }
H1.HeaderClassName
{
color: #F5669D;
}
.AnyTagClassName
{
color: #F5669D;
}
</style>
background-color css
<style>
a { background-color: #F5669D; }
a { background-color: rgb(245,102,157); }
div.DivClassName
{
background-color: #F5669D;
}
.BgClassName
{
background-color: #F5669D;
}
</style>
border-color css
<style>
span { border-color: #F5669D; }
span { border-color: rgb(245,102,157); }
td.TdClassName
{
border-color: #F5669D;
}
.TagClassName
{
border-color: #F5669D;
}
</style>