Shades of Brilliant Rose #F062A0
Tints of Brilliant Rose #F062A0
RGB
CMYK
RGB Variations
Color information
#F062A0 (or 0xF062A0) is known color: Brilliant Rose. HEX triplet: F0, 62 and A0. RGB value is (240,98,160). Sum of RGB (Red+Green+Blue) = 240+98+160=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F062A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062A0 is #0F9D5F. Grayscale: #939393. Windows color (decimal): -1023328 or 10511088. OLE color: 10511088.
HSL color Cylindrical-coordinate representation of color #F062A0: hue angle of 333.8º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062A0 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 160 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.06 |
| HSL | 333.8º | 0.83% | 0.66% | - |
| HSV(B) | 333.8º | 0.59% | 0.94% | - |
| XYZ | 46.65 | 29.8 | 36.55 | - |
| YUV | 147.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 160 | 0 | 0.59 | 0.33 | 0.06 | 333.8 | 0.83 | 0.66 |
| Hex | F0 | 62 | A0 | 0 | 3B | 21 | 6 | 14E | 53 | 42 |
| Octal | 360 | 142 | 240 | 0 | 73 | 41 | 6 | 516 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10100000 | 0 | 111011 | 100001 | 110 | 101001110 | 1010011 | 1000010 |
Color Harmonies of #F062A0
Complementary color
Monochromatic Colors of #F062A0
Black with #F062A0
Text Example
Text Example
White with #F062A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062A0; }
p { color: rgb(240,98,160); }
H1.HeaderClassName
{
color: #F062A0;
}
.AnyTagClassName
{
color: #F062A0;
}
</style>
background-color css
<style>
a { background-color: #F062A0; }
a { background-color: rgb(240,98,160); }
div.DivClassName
{
background-color: #F062A0;
}
.BgClassName
{
background-color: #F062A0;
}
</style>
border-color css
<style>
span { border-color: #F062A0; }
span { border-color: rgb(240,98,160); }
td.TdClassName
{
border-color: #F062A0;
}
.TagClassName
{
border-color: #F062A0;
}
</style>