Shades of Brilliant Rose #F246B1
Tints of Brilliant Rose #F246B1
RGB
CMYK
RGB Variations
Color information
#F246B1 (or 0xF246B1) is known color: Brilliant Rose. HEX triplet: F2, 46 and B1. RGB value is (242,70,177). Sum of RGB (Red+Green+Blue) = 242+70+177=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F246B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F246B1 is #0DB94E. Grayscale: #858585. Windows color (decimal): -899407 or 11618034. OLE color: 11618034.
HSL color Cylindrical-coordinate representation of color #F246B1: hue angle of 322.67º 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 #F246B1 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 177 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.05 |
| HSL | 322.67º | 0.87% | 0.61% | - |
| HSV(B) | 322.67º | 0.71% | 0.95% | - |
| XYZ | 46.74 | 26.43 | 44.23 | - |
| YUV | 133.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 177 | 0 | 0.71 | 0.27 | 0.05 | 322.67 | 0.87 | 0.61 |
| Hex | F2 | 46 | B1 | 0 | 47 | 1B | 5 | 143 | 57 | 3D |
| Octal | 362 | 106 | 261 | 0 | 107 | 33 | 5 | 503 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10110001 | 0 | 1000111 | 11011 | 101 | 101000011 | 1010111 | 111101 |
Color Harmonies of #F246B1
Complementary color
Monochromatic Colors of #F246B1
Black with #F246B1
Text Example
Text Example
White with #F246B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246B1; }
p { color: rgb(242,70,177); }
H1.HeaderClassName
{
color: #F246B1;
}
.AnyTagClassName
{
color: #F246B1;
}
</style>
background-color css
<style>
a { background-color: #F246B1; }
a { background-color: rgb(242,70,177); }
div.DivClassName
{
background-color: #F246B1;
}
.BgClassName
{
background-color: #F246B1;
}
</style>
border-color css
<style>
span { border-color: #F246B1; }
span { border-color: rgb(242,70,177); }
td.TdClassName
{
border-color: #F246B1;
}
.TagClassName
{
border-color: #F246B1;
}
</style>