Shades of Brilliant Rose #F249B3
Tints of Brilliant Rose #F249B3
RGB
CMYK
RGB Variations
Color information
#F249B3 (or 0xF249B3) is known color: Brilliant Rose. HEX triplet: F2, 49 and B3. RGB value is (242,73,179). Sum of RGB (Red+Green+Blue) = 242+73+179=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F249B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F249B3 is #0DB64C. Grayscale: #878787. Windows color (decimal): -898637 or 11749874. OLE color: 11749874.
HSL color Cylindrical-coordinate representation of color #F249B3: hue angle of 322.37º 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 #F249B3 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 179 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.05 |
| HSL | 322.37º | 0.87% | 0.62% | - |
| HSV(B) | 322.37º | 0.7% | 0.95% | - |
| XYZ | 47.14 | 26.9 | 45.36 | - |
| YUV | 135.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 179 | 0 | 0.70 | 0.26 | 0.05 | 322.37 | 0.87 | 0.62 |
| Hex | F2 | 49 | B3 | 0 | 46 | 1A | 5 | 142 | 57 | 3E |
| Octal | 362 | 111 | 263 | 0 | 106 | 32 | 5 | 502 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10110011 | 0 | 1000110 | 11010 | 101 | 101000010 | 1010111 | 111110 |
Color Harmonies of #F249B3
Complementary color
Monochromatic Colors of #F249B3
Black with #F249B3
Text Example
Text Example
White with #F249B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249B3; }
p { color: rgb(242,73,179); }
H1.HeaderClassName
{
color: #F249B3;
}
.AnyTagClassName
{
color: #F249B3;
}
</style>
background-color css
<style>
a { background-color: #F249B3; }
a { background-color: rgb(242,73,179); }
div.DivClassName
{
background-color: #F249B3;
}
.BgClassName
{
background-color: #F249B3;
}
</style>
border-color css
<style>
span { border-color: #F249B3; }
span { border-color: rgb(242,73,179); }
td.TdClassName
{
border-color: #F249B3;
}
.TagClassName
{
border-color: #F249B3;
}
</style>