Shades of Brilliant Rose #F2499C
Tints of Brilliant Rose #F2499C
RGB
CMYK
RGB Variations
Color information
#F2499C (or 0xF2499C) is known color: Brilliant Rose. HEX triplet: F2, 49 and 9C. RGB value is (242,73,156). Sum of RGB (Red+Green+Blue) = 242+73+156=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2499C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2499C is #0DB663. Grayscale: #848484. Windows color (decimal): -898660 or 10242546. OLE color: 10242546.
HSL color Cylindrical-coordinate representation of color #F2499C: hue angle of 330.53º 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 #F2499C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 156 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.05 |
| HSL | 330.53º | 0.87% | 0.62% | - |
| HSV(B) | 330.53º | 0.7% | 0.95% | - |
| XYZ | 45 | 26.04 | 34.11 | - |
| YUV | 132.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 156 | 0 | 0.70 | 0.36 | 0.05 | 330.53 | 0.87 | 0.62 |
| Hex | F2 | 49 | 9C | 0 | 46 | 24 | 5 | 14B | 57 | 3E |
| Octal | 362 | 111 | 234 | 0 | 106 | 44 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10011100 | 0 | 1000110 | 100100 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F2499C
Complementary color
Monochromatic Colors of #F2499C
Black with #F2499C
Text Example
Text Example
White with #F2499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2499C; }
p { color: rgb(242,73,156); }
H1.HeaderClassName
{
color: #F2499C;
}
.AnyTagClassName
{
color: #F2499C;
}
</style>
background-color css
<style>
a { background-color: #F2499C; }
a { background-color: rgb(242,73,156); }
div.DivClassName
{
background-color: #F2499C;
}
.BgClassName
{
background-color: #F2499C;
}
</style>
border-color css
<style>
span { border-color: #F2499C; }
span { border-color: rgb(242,73,156); }
td.TdClassName
{
border-color: #F2499C;
}
.TagClassName
{
border-color: #F2499C;
}
</style>