Shades of Brilliant Rose #F04CB1
Tints of Brilliant Rose #F04CB1
RGB
CMYK
RGB Variations
Color information
#F04CB1 (or 0xF04CB1) is known color: Brilliant Rose. HEX triplet: F0, 4C and B1. RGB value is (240,76,177). Sum of RGB (Red+Green+Blue) = 240+76+177=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CB1 is #0FB34E. Grayscale: #888888. Windows color (decimal): -1028943 or 11619568. OLE color: 11619568.
HSL color Cylindrical-coordinate representation of color #F04CB1: hue angle of 323.05º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CB1 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 177 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.06 |
| HSL | 323.05º | 0.85% | 0.62% | - |
| HSV(B) | 323.05º | 0.68% | 0.94% | - |
| XYZ | 46.46 | 26.87 | 44.33 | - |
| YUV | 136.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 177 | 0 | 0.68 | 0.26 | 0.06 | 323.05 | 0.85 | 0.62 |
| Hex | F0 | 4C | B1 | 0 | 44 | 1A | 6 | 143 | 55 | 3E |
| Octal | 360 | 114 | 261 | 0 | 104 | 32 | 6 | 503 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10110001 | 0 | 1000100 | 11010 | 110 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F04CB1
Complementary color
Monochromatic Colors of #F04CB1
Black with #F04CB1
Text Example
Text Example
White with #F04CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CB1; }
p { color: rgb(240,76,177); }
H1.HeaderClassName
{
color: #F04CB1;
}
.AnyTagClassName
{
color: #F04CB1;
}
</style>
background-color css
<style>
a { background-color: #F04CB1; }
a { background-color: rgb(240,76,177); }
div.DivClassName
{
background-color: #F04CB1;
}
.BgClassName
{
background-color: #F04CB1;
}
</style>
border-color css
<style>
span { border-color: #F04CB1; }
span { border-color: rgb(240,76,177); }
td.TdClassName
{
border-color: #F04CB1;
}
.TagClassName
{
border-color: #F04CB1;
}
</style>