Shades of Brilliant Rose #F04CB0
Tints of Brilliant Rose #F04CB0
RGB
CMYK
RGB Variations
Color information
#F04CB0 (or 0xF04CB0) is known color: Brilliant Rose. HEX triplet: F0, 4C and B0. RGB value is (240,76,176). Sum of RGB (Red+Green+Blue) = 240+76+176=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04CB0 is #0FB34F. Grayscale: #888888. Windows color (decimal): -1028944 or 11554032. OLE color: 11554032.
HSL color Cylindrical-coordinate representation of color #F04CB0: hue angle of 323.41º 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 #F04CB0 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 176 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.06 |
| HSL | 323.41º | 0.85% | 0.62% | - |
| HSV(B) | 323.41º | 0.68% | 0.94% | - |
| XYZ | 46.36 | 26.83 | 43.81 | - |
| YUV | 136.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 176 | 0 | 0.68 | 0.27 | 0.06 | 323.41 | 0.85 | 0.62 |
| Hex | F0 | 4C | B0 | 0 | 44 | 1B | 6 | 143 | 55 | 3E |
| Octal | 360 | 114 | 260 | 0 | 104 | 33 | 6 | 503 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10110000 | 0 | 1000100 | 11011 | 110 | 101000011 | 1010101 | 111110 |
Color Harmonies of #F04CB0
Complementary color
Monochromatic Colors of #F04CB0
Black with #F04CB0
Text Example
Text Example
White with #F04CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CB0; }
p { color: rgb(240,76,176); }
H1.HeaderClassName
{
color: #F04CB0;
}
.AnyTagClassName
{
color: #F04CB0;
}
</style>
background-color css
<style>
a { background-color: #F04CB0; }
a { background-color: rgb(240,76,176); }
div.DivClassName
{
background-color: #F04CB0;
}
.BgClassName
{
background-color: #F04CB0;
}
</style>
border-color css
<style>
span { border-color: #F04CB0; }
span { border-color: rgb(240,76,176); }
td.TdClassName
{
border-color: #F04CB0;
}
.TagClassName
{
border-color: #F04CB0;
}
</style>