Shades of Brilliant Rose #F4559D
Tints of Brilliant Rose #F4559D
RGB
CMYK
RGB Variations
Color information
#F4559D (or 0xF4559D) is known color: Brilliant Rose. HEX triplet: F4, 55 and 9D. RGB value is (244,85,157). Sum of RGB (Red+Green+Blue) = 244+85+157=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4559D is #0BAA62. Grayscale: #8C8C8C. Windows color (decimal): -764515 or 10311156. OLE color: 10311156.
HSL color Cylindrical-coordinate representation of color #F4559D: hue angle of 332.83º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4559D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 157 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.04 |
| HSL | 332.83º | 0.88% | 0.65% | - |
| HSV(B) | 332.83º | 0.65% | 0.96% | - |
| XYZ | 46.64 | 28.16 | 34.88 | - |
| YUV | 140.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 157 | 0 | 0.65 | 0.36 | 0.04 | 332.83 | 0.88 | 0.65 |
| Hex | F4 | 55 | 9D | 0 | 41 | 24 | 4 | 14D | 58 | 41 |
| Octal | 364 | 125 | 235 | 0 | 101 | 44 | 4 | 515 | 130 | 101 |
| Binary | 11110100 | 1010101 | 10011101 | 0 | 1000001 | 100100 | 100 | 101001101 | 1011000 | 1000001 |
Color Harmonies of #F4559D
Complementary color
Monochromatic Colors of #F4559D
Black with #F4559D
Text Example
Text Example
White with #F4559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4559D; }
p { color: rgb(244,85,157); }
H1.HeaderClassName
{
color: #F4559D;
}
.AnyTagClassName
{
color: #F4559D;
}
</style>
background-color css
<style>
a { background-color: #F4559D; }
a { background-color: rgb(244,85,157); }
div.DivClassName
{
background-color: #F4559D;
}
.BgClassName
{
background-color: #F4559D;
}
</style>
border-color css
<style>
span { border-color: #F4559D; }
span { border-color: rgb(244,85,157); }
td.TdClassName
{
border-color: #F4559D;
}
.TagClassName
{
border-color: #F4559D;
}
</style>