Shades of Brilliant Rose #F45FA2
Tints of Brilliant Rose #F45FA2
RGB
CMYK
RGB Variations
Color information
#F45FA2 (or 0xF45FA2) is known color: Brilliant Rose. HEX triplet: F4, 5F and A2. RGB value is (244,95,162). Sum of RGB (Red+Green+Blue) = 244+95+162=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45FA2 is #0BA05D. Grayscale: #939393. Windows color (decimal): -761950 or 10641396. OLE color: 10641396.
HSL color Cylindrical-coordinate representation of color #F45FA2: hue angle of 333.02º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45FA2 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 162 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.04 |
| HSL | 333.02º | 0.87% | 0.66% | - |
| HSV(B) | 333.02º | 0.61% | 0.96% | - |
| XYZ | 47.92 | 30.03 | 37.45 | - |
| YUV | 147.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 162 | 0 | 0.61 | 0.34 | 0.04 | 333.02 | 0.87 | 0.66 |
| Hex | F4 | 5F | A2 | 0 | 3D | 22 | 4 | 14D | 57 | 42 |
| Octal | 364 | 137 | 242 | 0 | 75 | 42 | 4 | 515 | 127 | 102 |
| Binary | 11110100 | 1011111 | 10100010 | 0 | 111101 | 100010 | 100 | 101001101 | 1010111 | 1000010 |
Color Harmonies of #F45FA2
Complementary color
Monochromatic Colors of #F45FA2
Black with #F45FA2
Text Example
Text Example
White with #F45FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FA2; }
p { color: rgb(244,95,162); }
H1.HeaderClassName
{
color: #F45FA2;
}
.AnyTagClassName
{
color: #F45FA2;
}
</style>
background-color css
<style>
a { background-color: #F45FA2; }
a { background-color: rgb(244,95,162); }
div.DivClassName
{
background-color: #F45FA2;
}
.BgClassName
{
background-color: #F45FA2;
}
</style>
border-color css
<style>
span { border-color: #F45FA2; }
span { border-color: rgb(244,95,162); }
td.TdClassName
{
border-color: #F45FA2;
}
.TagClassName
{
border-color: #F45FA2;
}
</style>