Shades of Brilliant Rose #F5699C
Tints of Brilliant Rose #F5699C
RGB
CMYK
RGB Variations
Color information
#F5699C (or 0xF5699C) is known color: Brilliant Rose. HEX triplet: F5, 69 and 9C. RGB value is (245,105,156). Sum of RGB (Red+Green+Blue) = 245+105+156=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5699C is #0A9663. Grayscale: #989898. Windows color (decimal): -693860 or 10250741. OLE color: 10250741.
HSL color Cylindrical-coordinate representation of color #F5699C: hue angle of 338.14º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5699C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 156 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.04 |
| HSL | 338.14º | 0.88% | 0.69% | - |
| HSV(B) | 338.14º | 0.57% | 0.96% | - |
| XYZ | 48.71 | 31.92 | 35.05 | - |
| YUV | 152.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 156 | 0 | 0.57 | 0.36 | 0.04 | 338.14 | 0.88 | 0.69 |
| Hex | F5 | 69 | 9C | 0 | 39 | 24 | 4 | 152 | 58 | 45 |
| Octal | 365 | 151 | 234 | 0 | 71 | 44 | 4 | 522 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10011100 | 0 | 111001 | 100100 | 100 | 101010010 | 1011000 | 1000101 |
Color Harmonies of #F5699C
Complementary color
Monochromatic Colors of #F5699C
Black with #F5699C
Text Example
Text Example
White with #F5699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5699C; }
p { color: rgb(245,105,156); }
H1.HeaderClassName
{
color: #F5699C;
}
.AnyTagClassName
{
color: #F5699C;
}
</style>
background-color css
<style>
a { background-color: #F5699C; }
a { background-color: rgb(245,105,156); }
div.DivClassName
{
background-color: #F5699C;
}
.BgClassName
{
background-color: #F5699C;
}
</style>
border-color css
<style>
span { border-color: #F5699C; }
span { border-color: rgb(245,105,156); }
td.TdClassName
{
border-color: #F5699C;
}
.TagClassName
{
border-color: #F5699C;
}
</style>