Shades of Brilliant Rose #F84CA4
Tints of Brilliant Rose #F84CA4
RGB
CMYK
RGB Variations
Color information
#F84CA4 (or 0xF84CA4) is known color: Brilliant Rose. HEX triplet: F8, 4C and A4. RGB value is (248,76,164). Sum of RGB (Red+Green+Blue) = 248+76+164=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84CA4 is #07B35B. Grayscale: #898989. Windows color (decimal): -504668 or 10767608. OLE color: 10767608.
HSL color Cylindrical-coordinate representation of color #F84CA4: hue angle of 329.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CA4 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 164 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.03 |
| HSL | 329.3º | 0.92% | 0.64% | - |
| HSV(B) | 329.3º | 0.69% | 0.97% | - |
| XYZ | 48 | 27.81 | 37.96 | - |
| YUV | 137.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 164 | 0 | 0.69 | 0.34 | 0.03 | 329.3 | 0.92 | 0.64 |
| Hex | F8 | 4C | A4 | 0 | 45 | 22 | 3 | 149 | 5C | 40 |
| Octal | 370 | 114 | 244 | 0 | 105 | 42 | 3 | 511 | 134 | 100 |
| Binary | 11111000 | 1001100 | 10100100 | 0 | 1000101 | 100010 | 11 | 101001001 | 1011100 | 1000000 |
Color Harmonies of #F84CA4
Complementary color
Monochromatic Colors of #F84CA4
Black with #F84CA4
Text Example
Text Example
White with #F84CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84CA4; }
p { color: rgb(248,76,164); }
H1.HeaderClassName
{
color: #F84CA4;
}
.AnyTagClassName
{
color: #F84CA4;
}
</style>
background-color css
<style>
a { background-color: #F84CA4; }
a { background-color: rgb(248,76,164); }
div.DivClassName
{
background-color: #F84CA4;
}
.BgClassName
{
background-color: #F84CA4;
}
</style>
border-color css
<style>
span { border-color: #F84CA4; }
span { border-color: rgb(248,76,164); }
td.TdClassName
{
border-color: #F84CA4;
}
.TagClassName
{
border-color: #F84CA4;
}
</style>