Shades of Brilliant Rose #F2499B
Tints of Brilliant Rose #F2499B
RGB
CMYK
RGB Variations
Color information
#F2499B (or 0xF2499B) is known color: Brilliant Rose. HEX triplet: F2, 49 and 9B. RGB value is (242,73,155). Sum of RGB (Red+Green+Blue) = 242+73+155=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2499B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2499B is #0DB664. Grayscale: #848484. Windows color (decimal): -898661 or 10177010. OLE color: 10177010.
HSL color Cylindrical-coordinate representation of color #F2499B: hue angle of 330.89º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2499B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 155 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.05 |
| HSL | 330.89º | 0.87% | 0.62% | - |
| HSV(B) | 330.89º | 0.7% | 0.95% | - |
| XYZ | 44.92 | 26.01 | 33.66 | - |
| YUV | 132.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 155 | 0 | 0.70 | 0.36 | 0.05 | 330.89 | 0.87 | 0.62 |
| Hex | F2 | 49 | 9B | 0 | 46 | 24 | 5 | 14B | 57 | 3E |
| Octal | 362 | 111 | 233 | 0 | 106 | 44 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10011011 | 0 | 1000110 | 100100 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F2499B
Complementary color
Monochromatic Colors of #F2499B
Black with #F2499B
Text Example
Text Example
White with #F2499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2499B; }
p { color: rgb(242,73,155); }
H1.HeaderClassName
{
color: #F2499B;
}
.AnyTagClassName
{
color: #F2499B;
}
</style>
background-color css
<style>
a { background-color: #F2499B; }
a { background-color: rgb(242,73,155); }
div.DivClassName
{
background-color: #F2499B;
}
.BgClassName
{
background-color: #F2499B;
}
</style>
border-color css
<style>
span { border-color: #F2499B; }
span { border-color: rgb(242,73,155); }
td.TdClassName
{
border-color: #F2499B;
}
.TagClassName
{
border-color: #F2499B;
}
</style>