Shades of Brilliant Rose #F46096
Tints of Brilliant Rose #F46096
RGB
CMYK
RGB Variations
Color information
#F46096 (or 0xF46096) is known color: Brilliant Rose. HEX triplet: F4, 60 and 96. RGB value is (244,96,150). Sum of RGB (Red+Green+Blue) = 244+96+150=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F46096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46096 is #0B9F69. Grayscale: #929292. Windows color (decimal): -761706 or 9855220. OLE color: 9855220.
HSL color Cylindrical-coordinate representation of color #F46096: hue angle of 338.11º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F46096 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 150 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.04 |
| HSL | 338.11º | 0.87% | 0.67% | - |
| HSV(B) | 338.11º | 0.61% | 0.96% | - |
| XYZ | 47 | 29.8 | 32.13 | - |
| YUV | 146.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 150 | 0 | 0.61 | 0.39 | 0.04 | 338.11 | 0.87 | 0.67 |
| Hex | F4 | 60 | 96 | 0 | 3D | 27 | 4 | 152 | 57 | 43 |
| Octal | 364 | 140 | 226 | 0 | 75 | 47 | 4 | 522 | 127 | 103 |
| Binary | 11110100 | 1100000 | 10010110 | 0 | 111101 | 100111 | 100 | 101010010 | 1010111 | 1000011 |
Color Harmonies of #F46096
Complementary color
Monochromatic Colors of #F46096
Black with #F46096
Text Example
Text Example
White with #F46096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46096; }
p { color: rgb(244,96,150); }
H1.HeaderClassName
{
color: #F46096;
}
.AnyTagClassName
{
color: #F46096;
}
</style>
background-color css
<style>
a { background-color: #F46096; }
a { background-color: rgb(244,96,150); }
div.DivClassName
{
background-color: #F46096;
}
.BgClassName
{
background-color: #F46096;
}
</style>
border-color css
<style>
span { border-color: #F46096; }
span { border-color: rgb(244,96,150); }
td.TdClassName
{
border-color: #F46096;
}
.TagClassName
{
border-color: #F46096;
}
</style>