Shades of Brilliant Rose #F249AD
Tints of Brilliant Rose #F249AD
RGB
CMYK
RGB Variations
Color information
#F249AD (or 0xF249AD) is known color: Brilliant Rose. HEX triplet: F2, 49 and AD. RGB value is (242,73,173). Sum of RGB (Red+Green+Blue) = 242+73+173=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F249AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F249AD is #0DB652. Grayscale: #868686. Windows color (decimal): -898643 or 11356658. OLE color: 11356658.
HSL color Cylindrical-coordinate representation of color #F249AD: hue angle of 324.5º 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 #F249AD is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 173 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.05 |
| HSL | 324.5º | 0.87% | 0.62% | - |
| HSV(B) | 324.5º | 0.7% | 0.95% | - |
| XYZ | 46.54 | 26.66 | 42.23 | - |
| YUV | 134.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 173 | 0 | 0.70 | 0.29 | 0.05 | 324.5 | 0.87 | 0.62 |
| Hex | F2 | 49 | AD | 0 | 46 | 1D | 5 | 144 | 57 | 3E |
| Octal | 362 | 111 | 255 | 0 | 106 | 35 | 5 | 504 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10101101 | 0 | 1000110 | 11101 | 101 | 101000100 | 1010111 | 111110 |
Color Harmonies of #F249AD
Complementary color
Monochromatic Colors of #F249AD
Black with #F249AD
Text Example
Text Example
White with #F249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249AD; }
p { color: rgb(242,73,173); }
H1.HeaderClassName
{
color: #F249AD;
}
.AnyTagClassName
{
color: #F249AD;
}
</style>
background-color css
<style>
a { background-color: #F249AD; }
a { background-color: rgb(242,73,173); }
div.DivClassName
{
background-color: #F249AD;
}
.BgClassName
{
background-color: #F249AD;
}
</style>
border-color css
<style>
span { border-color: #F249AD; }
span { border-color: rgb(242,73,173); }
td.TdClassName
{
border-color: #F249AD;
}
.TagClassName
{
border-color: #F249AD;
}
</style>