Shades of Brilliant Rose #F5699D
Tints of Brilliant Rose #F5699D
RGB
CMYK
RGB Variations
Color information
#F5699D (or 0xF5699D) is known color: Brilliant Rose. HEX triplet: F5, 69 and 9D. RGB value is (245,105,157). Sum of RGB (Red+Green+Blue) = 245+105+157=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5699D is #0A9662. Grayscale: #989898. Windows color (decimal): -693859 or 10316277. OLE color: 10316277.
HSL color Cylindrical-coordinate representation of color #F5699D: hue angle of 337.71º 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 #F5699D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 157 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.04 |
| HSL | 337.71º | 0.88% | 0.69% | - |
| HSV(B) | 337.71º | 0.57% | 0.96% | - |
| XYZ | 48.79 | 31.95 | 35.49 | - |
| YUV | 152.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 157 | 0 | 0.57 | 0.36 | 0.04 | 337.71 | 0.88 | 0.69 |
| Hex | F5 | 69 | 9D | 0 | 39 | 24 | 4 | 152 | 58 | 45 |
| Octal | 365 | 151 | 235 | 0 | 71 | 44 | 4 | 522 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10011101 | 0 | 111001 | 100100 | 100 | 101010010 | 1011000 | 1000101 |
Color Harmonies of #F5699D
Complementary color
Monochromatic Colors of #F5699D
Black with #F5699D
Text Example
Text Example
White with #F5699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5699D; }
p { color: rgb(245,105,157); }
H1.HeaderClassName
{
color: #F5699D;
}
.AnyTagClassName
{
color: #F5699D;
}
</style>
background-color css
<style>
a { background-color: #F5699D; }
a { background-color: rgb(245,105,157); }
div.DivClassName
{
background-color: #F5699D;
}
.BgClassName
{
background-color: #F5699D;
}
</style>
border-color css
<style>
span { border-color: #F5699D; }
span { border-color: rgb(245,105,157); }
td.TdClassName
{
border-color: #F5699D;
}
.TagClassName
{
border-color: #F5699D;
}
</style>