Shades of Brilliant Rose #F4519B
Tints of Brilliant Rose #F4519B
RGB
CMYK
RGB Variations
Color information
#F4519B (or 0xF4519B) is known color: Brilliant Rose. HEX triplet: F4, 51 and 9B. RGB value is (244,81,155). Sum of RGB (Red+Green+Blue) = 244+81+155=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F4519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4519B is #0BAE64. Grayscale: #8A8A8A. Windows color (decimal): -765541 or 10179060. OLE color: 10179060.
HSL color Cylindrical-coordinate representation of color #F4519B: hue angle of 332.76º 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 #F4519B is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 155 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.04 |
| HSL | 332.76º | 0.88% | 0.64% | - |
| HSV(B) | 332.76º | 0.67% | 0.96% | - |
| XYZ | 46.17 | 27.48 | 33.88 | - |
| YUV | 138.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 155 | 0 | 0.67 | 0.36 | 0.04 | 332.76 | 0.88 | 0.64 |
| Hex | F4 | 51 | 9B | 0 | 43 | 24 | 4 | 14D | 58 | 40 |
| Octal | 364 | 121 | 233 | 0 | 103 | 44 | 4 | 515 | 130 | 100 |
| Binary | 11110100 | 1010001 | 10011011 | 0 | 1000011 | 100100 | 100 | 101001101 | 1011000 | 1000000 |
Color Harmonies of #F4519B
Complementary color
Monochromatic Colors of #F4519B
Black with #F4519B
Text Example
Text Example
White with #F4519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4519B; }
p { color: rgb(244,81,155); }
H1.HeaderClassName
{
color: #F4519B;
}
.AnyTagClassName
{
color: #F4519B;
}
</style>
background-color css
<style>
a { background-color: #F4519B; }
a { background-color: rgb(244,81,155); }
div.DivClassName
{
background-color: #F4519B;
}
.BgClassName
{
background-color: #F4519B;
}
</style>
border-color css
<style>
span { border-color: #F4519B; }
span { border-color: rgb(244,81,155); }
td.TdClassName
{
border-color: #F4519B;
}
.TagClassName
{
border-color: #F4519B;
}
</style>