Shades of Brilliant Rose #F246A2
Tints of Brilliant Rose #F246A2
RGB
CMYK
RGB Variations
Color information
#F246A2 (or 0xF246A2) is known color: Brilliant Rose. HEX triplet: F2, 46 and A2. RGB value is (242,70,162). Sum of RGB (Red+Green+Blue) = 242+70+162=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F246A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F246A2 is #0DB95D. Grayscale: #838383. Windows color (decimal): -899422 or 10634994. OLE color: 10634994.
HSL color Cylindrical-coordinate representation of color #F246A2: hue angle of 327.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246A2 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 162 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.05 |
| HSL | 327.91º | 0.87% | 0.61% | - |
| HSV(B) | 327.91º | 0.71% | 0.95% | - |
| XYZ | 45.33 | 25.87 | 36.79 | - |
| YUV | 131.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 162 | 0 | 0.71 | 0.33 | 0.05 | 327.91 | 0.87 | 0.61 |
| Hex | F2 | 46 | A2 | 0 | 47 | 21 | 5 | 148 | 57 | 3D |
| Octal | 362 | 106 | 242 | 0 | 107 | 41 | 5 | 510 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10100010 | 0 | 1000111 | 100001 | 101 | 101001000 | 1010111 | 111101 |
Color Harmonies of #F246A2
Complementary color
Monochromatic Colors of #F246A2
Black with #F246A2
Text Example
Text Example
White with #F246A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246A2; }
p { color: rgb(242,70,162); }
H1.HeaderClassName
{
color: #F246A2;
}
.AnyTagClassName
{
color: #F246A2;
}
</style>
background-color css
<style>
a { background-color: #F246A2; }
a { background-color: rgb(242,70,162); }
div.DivClassName
{
background-color: #F246A2;
}
.BgClassName
{
background-color: #F246A2;
}
</style>
border-color css
<style>
span { border-color: #F246A2; }
span { border-color: rgb(242,70,162); }
td.TdClassName
{
border-color: #F246A2;
}
.TagClassName
{
border-color: #F246A2;
}
</style>