Shades of Brilliant Rose #F246B2
Tints of Brilliant Rose #F246B2
RGB
CMYK
RGB Variations
Color information
#F246B2 (or 0xF246B2) is known color: Brilliant Rose. HEX triplet: F2, 46 and B2. RGB value is (242,70,178). Sum of RGB (Red+Green+Blue) = 242+70+178=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F246B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F246B2 is #0DB94D. Grayscale: #858585. Windows color (decimal): -899406 or 11683570. OLE color: 11683570.
HSL color Cylindrical-coordinate representation of color #F246B2: hue angle of 322.33º 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 #F246B2 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 178 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.05 |
| HSL | 322.33º | 0.87% | 0.61% | - |
| HSV(B) | 322.33º | 0.71% | 0.95% | - |
| XYZ | 46.84 | 26.47 | 44.76 | - |
| YUV | 133.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 178 | 0 | 0.71 | 0.26 | 0.05 | 322.33 | 0.87 | 0.61 |
| Hex | F2 | 46 | B2 | 0 | 47 | 1A | 5 | 142 | 57 | 3D |
| Octal | 362 | 106 | 262 | 0 | 107 | 32 | 5 | 502 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10110010 | 0 | 1000111 | 11010 | 101 | 101000010 | 1010111 | 111101 |
Color Harmonies of #F246B2
Complementary color
Monochromatic Colors of #F246B2
Black with #F246B2
Text Example
Text Example
White with #F246B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246B2; }
p { color: rgb(242,70,178); }
H1.HeaderClassName
{
color: #F246B2;
}
.AnyTagClassName
{
color: #F246B2;
}
</style>
background-color css
<style>
a { background-color: #F246B2; }
a { background-color: rgb(242,70,178); }
div.DivClassName
{
background-color: #F246B2;
}
.BgClassName
{
background-color: #F246B2;
}
</style>
border-color css
<style>
span { border-color: #F246B2; }
span { border-color: rgb(242,70,178); }
td.TdClassName
{
border-color: #F246B2;
}
.TagClassName
{
border-color: #F246B2;
}
</style>