Shades of Brilliant Rose #F247B2
Tints of Brilliant Rose #F247B2
RGB
CMYK
RGB Variations
Color information
#F247B2 (or 0xF247B2) is known color: Brilliant Rose. HEX triplet: F2, 47 and B2. RGB value is (242,71,178). Sum of RGB (Red+Green+Blue) = 242+71+178=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F247B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F247B2 is #0DB84D. Grayscale: #868686. Windows color (decimal): -899150 or 11683826. OLE color: 11683826.
HSL color Cylindrical-coordinate representation of color #F247B2: hue angle of 322.46º 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 #F247B2 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 178 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.05 |
| HSL | 322.46º | 0.87% | 0.61% | - |
| HSV(B) | 322.46º | 0.71% | 0.95% | - |
| XYZ | 46.91 | 26.6 | 44.78 | - |
| YUV | 134.33 | 152.65 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 178 | 0 | 0.71 | 0.26 | 0.05 | 322.46 | 0.87 | 0.61 |
| Hex | F2 | 47 | B2 | 0 | 47 | 1A | 5 | 142 | 57 | 3D |
| Octal | 362 | 107 | 262 | 0 | 107 | 32 | 5 | 502 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10110010 | 0 | 1000111 | 11010 | 101 | 101000010 | 1010111 | 111101 |
Color Harmonies of #F247B2
Complementary color
Monochromatic Colors of #F247B2
Black with #F247B2
Text Example
Text Example
White with #F247B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247B2; }
p { color: rgb(242,71,178); }
H1.HeaderClassName
{
color: #F247B2;
}
.AnyTagClassName
{
color: #F247B2;
}
</style>
background-color css
<style>
a { background-color: #F247B2; }
a { background-color: rgb(242,71,178); }
div.DivClassName
{
background-color: #F247B2;
}
.BgClassName
{
background-color: #F247B2;
}
</style>
border-color css
<style>
span { border-color: #F247B2; }
span { border-color: rgb(242,71,178); }
td.TdClassName
{
border-color: #F247B2;
}
.TagClassName
{
border-color: #F247B2;
}
</style>