Shades of Brilliant Rose #F4509D
Tints of Brilliant Rose #F4509D
RGB
CMYK
RGB Variations
Color information
#F4509D (or 0xF4509D) is known color: Brilliant Rose. HEX triplet: F4, 50 and 9D. RGB value is (244,80,157). Sum of RGB (Red+Green+Blue) = 244+80+157=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4509D is #0BAF62. Grayscale: #898989. Windows color (decimal): -765795 or 10309876. OLE color: 10309876.
HSL color Cylindrical-coordinate representation of color #F4509D: hue angle of 331.83º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4509D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 157 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.04 |
| HSL | 331.83º | 0.88% | 0.64% | - |
| HSV(B) | 331.83º | 0.67% | 0.96% | - |
| XYZ | 46.26 | 27.4 | 34.75 | - |
| YUV | 137.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 157 | 0 | 0.67 | 0.36 | 0.04 | 331.83 | 0.88 | 0.64 |
| Hex | F4 | 50 | 9D | 0 | 43 | 24 | 4 | 14C | 58 | 40 |
| Octal | 364 | 120 | 235 | 0 | 103 | 44 | 4 | 514 | 130 | 100 |
| Binary | 11110100 | 1010000 | 10011101 | 0 | 1000011 | 100100 | 100 | 101001100 | 1011000 | 1000000 |
Color Harmonies of #F4509D
Complementary color
Monochromatic Colors of #F4509D
Black with #F4509D
Text Example
Text Example
White with #F4509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4509D; }
p { color: rgb(244,80,157); }
H1.HeaderClassName
{
color: #F4509D;
}
.AnyTagClassName
{
color: #F4509D;
}
</style>
background-color css
<style>
a { background-color: #F4509D; }
a { background-color: rgb(244,80,157); }
div.DivClassName
{
background-color: #F4509D;
}
.BgClassName
{
background-color: #F4509D;
}
</style>
border-color css
<style>
span { border-color: #F4509D; }
span { border-color: rgb(244,80,157); }
td.TdClassName
{
border-color: #F4509D;
}
.TagClassName
{
border-color: #F4509D;
}
</style>