Shades of Brilliant Rose #F05F9E
Tints of Brilliant Rose #F05F9E
RGB
CMYK
RGB Variations
Color information
#F05F9E (or 0xF05F9E) is known color: Brilliant Rose. HEX triplet: F0, 5F and 9E. RGB value is (240,95,158). Sum of RGB (Red+Green+Blue) = 240+95+158=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05F9E is #0FA061. Grayscale: #919191. Windows color (decimal): -1024098 or 10379248. OLE color: 10379248.
HSL color Cylindrical-coordinate representation of color #F05F9E: hue angle of 333.93º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05F9E is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 95 | 158 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.06 |
| HSL | 333.93º | 0.83% | 0.66% | - |
| HSV(B) | 333.93º | 0.6% | 0.94% | - |
| XYZ | 46.2 | 29.18 | 35.54 | - |
| YUV | 145.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 95 | 158 | 0 | 0.60 | 0.34 | 0.06 | 333.93 | 0.83 | 0.66 |
| Hex | F0 | 5F | 9E | 0 | 3C | 22 | 6 | 14E | 53 | 42 |
| Octal | 360 | 137 | 236 | 0 | 74 | 42 | 6 | 516 | 123 | 102 |
| Binary | 11110000 | 1011111 | 10011110 | 0 | 111100 | 100010 | 110 | 101001110 | 1010011 | 1000010 |
Color Harmonies of #F05F9E
Complementary color
Monochromatic Colors of #F05F9E
Black with #F05F9E
Text Example
Text Example
White with #F05F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05F9E; }
p { color: rgb(240,95,158); }
H1.HeaderClassName
{
color: #F05F9E;
}
.AnyTagClassName
{
color: #F05F9E;
}
</style>
background-color css
<style>
a { background-color: #F05F9E; }
a { background-color: rgb(240,95,158); }
div.DivClassName
{
background-color: #F05F9E;
}
.BgClassName
{
background-color: #F05F9E;
}
</style>
border-color css
<style>
span { border-color: #F05F9E; }
span { border-color: rgb(240,95,158); }
td.TdClassName
{
border-color: #F05F9E;
}
.TagClassName
{
border-color: #F05F9E;
}
</style>