Shades of Brilliant Rose #F45CA4
Tints of Brilliant Rose #F45CA4
RGB
CMYK
RGB Variations
Color information
#F45CA4 (or 0xF45CA4) is known color: Brilliant Rose. HEX triplet: F4, 5C and A4. RGB value is (244,92,164). Sum of RGB (Red+Green+Blue) = 244+92+164=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45CA4 is #0BA35B. Grayscale: #919191. Windows color (decimal): -762716 or 10771700. OLE color: 10771700.
HSL color Cylindrical-coordinate representation of color #F45CA4: hue angle of 331.58º 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 #F45CA4 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 164 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.04 |
| HSL | 331.58º | 0.87% | 0.66% | - |
| HSV(B) | 331.58º | 0.62% | 0.96% | - |
| XYZ | 47.84 | 29.57 | 38.31 | - |
| YUV | 145.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 164 | 0 | 0.62 | 0.33 | 0.04 | 331.58 | 0.87 | 0.66 |
| Hex | F4 | 5C | A4 | 0 | 3E | 21 | 4 | 14C | 57 | 42 |
| Octal | 364 | 134 | 244 | 0 | 76 | 41 | 4 | 514 | 127 | 102 |
| Binary | 11110100 | 1011100 | 10100100 | 0 | 111110 | 100001 | 100 | 101001100 | 1010111 | 1000010 |
Color Harmonies of #F45CA4
Complementary color
Monochromatic Colors of #F45CA4
Black with #F45CA4
Text Example
Text Example
White with #F45CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CA4; }
p { color: rgb(244,92,164); }
H1.HeaderClassName
{
color: #F45CA4;
}
.AnyTagClassName
{
color: #F45CA4;
}
</style>
background-color css
<style>
a { background-color: #F45CA4; }
a { background-color: rgb(244,92,164); }
div.DivClassName
{
background-color: #F45CA4;
}
.BgClassName
{
background-color: #F45CA4;
}
</style>
border-color css
<style>
span { border-color: #F45CA4; }
span { border-color: rgb(244,92,164); }
td.TdClassName
{
border-color: #F45CA4;
}
.TagClassName
{
border-color: #F45CA4;
}
</style>