Shades of Brilliant Rose #F45D9E
Tints of Brilliant Rose #F45D9E
RGB
CMYK
RGB Variations
Color information
#F45D9E (or 0xF45D9E) is known color: Brilliant Rose. HEX triplet: F4, 5D and 9E. RGB value is (244,93,158). Sum of RGB (Red+Green+Blue) = 244+93+158=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D9E is #0BA261. Grayscale: #919191. Windows color (decimal): -762466 or 10378740. OLE color: 10378740.
HSL color Cylindrical-coordinate representation of color #F45D9E: hue angle of 334.17º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45D9E is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 158 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.04 |
| HSL | 334.17º | 0.87% | 0.66% | - |
| HSV(B) | 334.17º | 0.62% | 0.96% | - |
| XYZ | 47.39 | 29.53 | 35.55 | - |
| YUV | 145.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 158 | 0 | 0.62 | 0.35 | 0.04 | 334.17 | 0.87 | 0.66 |
| Hex | F4 | 5D | 9E | 0 | 3E | 23 | 4 | 14E | 57 | 42 |
| Octal | 364 | 135 | 236 | 0 | 76 | 43 | 4 | 516 | 127 | 102 |
| Binary | 11110100 | 1011101 | 10011110 | 0 | 111110 | 100011 | 100 | 101001110 | 1010111 | 1000010 |
Color Harmonies of #F45D9E
Complementary color
Monochromatic Colors of #F45D9E
Black with #F45D9E
Text Example
Text Example
White with #F45D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D9E; }
p { color: rgb(244,93,158); }
H1.HeaderClassName
{
color: #F45D9E;
}
.AnyTagClassName
{
color: #F45D9E;
}
</style>
background-color css
<style>
a { background-color: #F45D9E; }
a { background-color: rgb(244,93,158); }
div.DivClassName
{
background-color: #F45D9E;
}
.BgClassName
{
background-color: #F45D9E;
}
</style>
border-color css
<style>
span { border-color: #F45D9E; }
span { border-color: rgb(244,93,158); }
td.TdClassName
{
border-color: #F45D9E;
}
.TagClassName
{
border-color: #F45D9E;
}
</style>