Shades of Brilliant Rose #F45FA1
Tints of Brilliant Rose #F45FA1
RGB
CMYK
RGB Variations
Color information
#F45FA1 (or 0xF45FA1) is known color: Brilliant Rose. HEX triplet: F4, 5F and A1. RGB value is (244,95,161). Sum of RGB (Red+Green+Blue) = 244+95+161=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45FA1 is #0BA05E. Grayscale: #929292. Windows color (decimal): -761951 or 10575860. OLE color: 10575860.
HSL color Cylindrical-coordinate representation of color #F45FA1: hue angle of 333.42º 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 #F45FA1 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 161 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.04 |
| HSL | 333.42º | 0.87% | 0.66% | - |
| HSV(B) | 333.42º | 0.61% | 0.96% | - |
| XYZ | 47.83 | 29.99 | 36.99 | - |
| YUV | 147.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 161 | 0 | 0.61 | 0.34 | 0.04 | 333.42 | 0.87 | 0.66 |
| Hex | F4 | 5F | A1 | 0 | 3D | 22 | 4 | 14D | 57 | 42 |
| Octal | 364 | 137 | 241 | 0 | 75 | 42 | 4 | 515 | 127 | 102 |
| Binary | 11110100 | 1011111 | 10100001 | 0 | 111101 | 100010 | 100 | 101001101 | 1010111 | 1000010 |
Color Harmonies of #F45FA1
Complementary color
Monochromatic Colors of #F45FA1
Black with #F45FA1
Text Example
Text Example
White with #F45FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FA1; }
p { color: rgb(244,95,161); }
H1.HeaderClassName
{
color: #F45FA1;
}
.AnyTagClassName
{
color: #F45FA1;
}
</style>
background-color css
<style>
a { background-color: #F45FA1; }
a { background-color: rgb(244,95,161); }
div.DivClassName
{
background-color: #F45FA1;
}
.BgClassName
{
background-color: #F45FA1;
}
</style>
border-color css
<style>
span { border-color: #F45FA1; }
span { border-color: rgb(244,95,161); }
td.TdClassName
{
border-color: #F45FA1;
}
.TagClassName
{
border-color: #F45FA1;
}
</style>