Shades of Brilliant Rose #F04CB8
Tints of Brilliant Rose #F04CB8
RGB
CMYK
RGB Variations
Color information
#F04CB8 (or 0xF04CB8) is known color: Brilliant Rose. HEX triplet: F0, 4C and B8. RGB value is (240,76,184). Sum of RGB (Red+Green+Blue) = 240+76+184=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CB8 is #0FB347. Grayscale: #898989. Windows color (decimal): -1028936 or 12078320. OLE color: 12078320.
HSL color Cylindrical-coordinate representation of color #F04CB8: hue angle of 320.49º 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 #F04CB8 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 184 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.06 |
| HSL | 320.49º | 0.85% | 0.62% | - |
| HSV(B) | 320.49º | 0.68% | 0.94% | - |
| XYZ | 47.17 | 27.15 | 48.1 | - |
| YUV | 137.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 184 | 0 | 0.68 | 0.23 | 0.06 | 320.49 | 0.85 | 0.62 |
| Hex | F0 | 4C | B8 | 0 | 44 | 17 | 6 | 140 | 55 | 3E |
| Octal | 360 | 114 | 270 | 0 | 104 | 27 | 6 | 500 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10111000 | 0 | 1000100 | 10111 | 110 | 101000000 | 1010101 | 111110 |
Color Harmonies of #F04CB8
Complementary color
Monochromatic Colors of #F04CB8
Black with #F04CB8
Text Example
Text Example
White with #F04CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CB8; }
p { color: rgb(240,76,184); }
H1.HeaderClassName
{
color: #F04CB8;
}
.AnyTagClassName
{
color: #F04CB8;
}
</style>
background-color css
<style>
a { background-color: #F04CB8; }
a { background-color: rgb(240,76,184); }
div.DivClassName
{
background-color: #F04CB8;
}
.BgClassName
{
background-color: #F04CB8;
}
</style>
border-color css
<style>
span { border-color: #F04CB8; }
span { border-color: rgb(240,76,184); }
td.TdClassName
{
border-color: #F04CB8;
}
.TagClassName
{
border-color: #F04CB8;
}
</style>