Shades of Brilliant Rose #F04B9C
Tints of Brilliant Rose #F04B9C
RGB
CMYK
RGB Variations
Color information
#F04B9C (or 0xF04B9C) is known color: Brilliant Rose. HEX triplet: F0, 4B and 9C. RGB value is (240,75,156). Sum of RGB (Red+Green+Blue) = 240+75+156=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04B9C is #0FB463. Grayscale: #858585. Windows color (decimal): -1029220 or 10243056. OLE color: 10243056.
HSL color Cylindrical-coordinate representation of color #F04B9C: hue angle of 330.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04B9C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 156 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.06 |
| HSL | 330.55º | 0.85% | 0.62% | - |
| HSV(B) | 330.55º | 0.69% | 0.94% | - |
| XYZ | 44.45 | 25.96 | 34.12 | - |
| YUV | 133.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 156 | 0 | 0.69 | 0.35 | 0.06 | 330.55 | 0.85 | 0.62 |
| Hex | F0 | 4B | 9C | 0 | 45 | 23 | 6 | 14B | 55 | 3E |
| Octal | 360 | 113 | 234 | 0 | 105 | 43 | 6 | 513 | 125 | 76 |
| Binary | 11110000 | 1001011 | 10011100 | 0 | 1000101 | 100011 | 110 | 101001011 | 1010101 | 111110 |
Color Harmonies of #F04B9C
Complementary color
Monochromatic Colors of #F04B9C
Black with #F04B9C
Text Example
Text Example
White with #F04B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B9C; }
p { color: rgb(240,75,156); }
H1.HeaderClassName
{
color: #F04B9C;
}
.AnyTagClassName
{
color: #F04B9C;
}
</style>
background-color css
<style>
a { background-color: #F04B9C; }
a { background-color: rgb(240,75,156); }
div.DivClassName
{
background-color: #F04B9C;
}
.BgClassName
{
background-color: #F04B9C;
}
</style>
border-color css
<style>
span { border-color: #F04B9C; }
span { border-color: rgb(240,75,156); }
td.TdClassName
{
border-color: #F04B9C;
}
.TagClassName
{
border-color: #F04B9C;
}
</style>