Shades of Brilliant Rose #F246B5
Tints of Brilliant Rose #F246B5
RGB
CMYK
RGB Variations
Color information
#F246B5 (or 0xF246B5) is known color: Brilliant Rose. HEX triplet: F2, 46 and B5. RGB value is (242,70,181). Sum of RGB (Red+Green+Blue) = 242+70+181=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F246B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246B5 is #0DB94A. Grayscale: #858585. Windows color (decimal): -899403 or 11880178. OLE color: 11880178.
HSL color Cylindrical-coordinate representation of color #F246B5: hue angle of 321.28º 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 #F246B5 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 181 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.05 |
| HSL | 321.28º | 0.87% | 0.61% | - |
| HSV(B) | 321.28º | 0.71% | 0.95% | - |
| XYZ | 47.15 | 26.59 | 46.36 | - |
| YUV | 134.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 181 | 0 | 0.71 | 0.25 | 0.05 | 321.28 | 0.87 | 0.61 |
| Hex | F2 | 46 | B5 | 0 | 47 | 19 | 5 | 141 | 57 | 3D |
| Octal | 362 | 106 | 265 | 0 | 107 | 31 | 5 | 501 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10110101 | 0 | 1000111 | 11001 | 101 | 101000001 | 1010111 | 111101 |
Color Harmonies of #F246B5
Complementary color
Monochromatic Colors of #F246B5
Black with #F246B5
Text Example
Text Example
White with #F246B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246B5; }
p { color: rgb(242,70,181); }
H1.HeaderClassName
{
color: #F246B5;
}
.AnyTagClassName
{
color: #F246B5;
}
</style>
background-color css
<style>
a { background-color: #F246B5; }
a { background-color: rgb(242,70,181); }
div.DivClassName
{
background-color: #F246B5;
}
.BgClassName
{
background-color: #F246B5;
}
</style>
border-color css
<style>
span { border-color: #F246B5; }
span { border-color: rgb(242,70,181); }
td.TdClassName
{
border-color: #F246B5;
}
.TagClassName
{
border-color: #F246B5;
}
</style>