Shades of Brilliant Rose #F04CB6
Tints of Brilliant Rose #F04CB6
RGB
CMYK
RGB Variations
Color information
#F04CB6 (or 0xF04CB6) is known color: Brilliant Rose. HEX triplet: F0, 4C and B6. RGB value is (240,76,182). Sum of RGB (Red+Green+Blue) = 240+76+182=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CB6 is #0FB349. Grayscale: #888888. Windows color (decimal): -1028938 or 11947248. OLE color: 11947248.
HSL color Cylindrical-coordinate representation of color #F04CB6: hue angle of 321.22º 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 #F04CB6 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 182 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.06 |
| HSL | 321.22º | 0.85% | 0.62% | - |
| HSV(B) | 321.22º | 0.68% | 0.94% | - |
| XYZ | 46.96 | 27.07 | 47.01 | - |
| YUV | 137.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 182 | 0 | 0.68 | 0.24 | 0.06 | 321.22 | 0.85 | 0.62 |
| Hex | F0 | 4C | B6 | 0 | 44 | 18 | 6 | 141 | 55 | 3E |
| Octal | 360 | 114 | 266 | 0 | 104 | 30 | 6 | 501 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10110110 | 0 | 1000100 | 11000 | 110 | 101000001 | 1010101 | 111110 |
Color Harmonies of #F04CB6
Complementary color
Monochromatic Colors of #F04CB6
Black with #F04CB6
Text Example
Text Example
White with #F04CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CB6; }
p { color: rgb(240,76,182); }
H1.HeaderClassName
{
color: #F04CB6;
}
.AnyTagClassName
{
color: #F04CB6;
}
</style>
background-color css
<style>
a { background-color: #F04CB6; }
a { background-color: rgb(240,76,182); }
div.DivClassName
{
background-color: #F04CB6;
}
.BgClassName
{
background-color: #F04CB6;
}
</style>
border-color css
<style>
span { border-color: #F04CB6; }
span { border-color: rgb(240,76,182); }
td.TdClassName
{
border-color: #F04CB6;
}
.TagClassName
{
border-color: #F04CB6;
}
</style>