Shades of Brilliant Rose #F062A2
Tints of Brilliant Rose #F062A2
RGB
CMYK
RGB Variations
Color information
#F062A2 (or 0xF062A2) is known color: Brilliant Rose. HEX triplet: F0, 62 and A2. RGB value is (240,98,162). Sum of RGB (Red+Green+Blue) = 240+98+162=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F062A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062A2 is #0F9D5D. Grayscale: #939393. Windows color (decimal): -1023326 or 10642160. OLE color: 10642160.
HSL color Cylindrical-coordinate representation of color #F062A2: hue angle of 332.96º 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 #F062A2 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 162 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.06 |
| HSL | 332.96º | 0.83% | 0.66% | - |
| HSV(B) | 332.96º | 0.59% | 0.94% | - |
| XYZ | 46.82 | 29.87 | 37.48 | - |
| YUV | 147.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 162 | 0 | 0.59 | 0.32 | 0.06 | 332.96 | 0.83 | 0.66 |
| Hex | F0 | 62 | A2 | 0 | 3B | 20 | 6 | 14D | 53 | 42 |
| Octal | 360 | 142 | 242 | 0 | 73 | 40 | 6 | 515 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10100010 | 0 | 111011 | 100000 | 110 | 101001101 | 1010011 | 1000010 |
Color Harmonies of #F062A2
Complementary color
Monochromatic Colors of #F062A2
Black with #F062A2
Text Example
Text Example
White with #F062A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062A2; }
p { color: rgb(240,98,162); }
H1.HeaderClassName
{
color: #F062A2;
}
.AnyTagClassName
{
color: #F062A2;
}
</style>
background-color css
<style>
a { background-color: #F062A2; }
a { background-color: rgb(240,98,162); }
div.DivClassName
{
background-color: #F062A2;
}
.BgClassName
{
background-color: #F062A2;
}
</style>
border-color css
<style>
span { border-color: #F062A2; }
span { border-color: rgb(240,98,162); }
td.TdClassName
{
border-color: #F062A2;
}
.TagClassName
{
border-color: #F062A2;
}
</style>