Shades of Brilliant Rose #F948A0
Tints of Brilliant Rose #F948A0
RGB
CMYK
RGB Variations
Color information
#F948A0 (or 0xF948A0) is known color: Brilliant Rose. HEX triplet: F9, 48 and A0. RGB value is (249,72,160). Sum of RGB (Red+Green+Blue) = 249+72+160=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F948A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F948A0 is #06B75F. Grayscale: #868686. Windows color (decimal): -440160 or 10504441. OLE color: 10504441.
HSL color Cylindrical-coordinate representation of color #F948A0: hue angle of 330.17º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948A0 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 160 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.02 |
| HSL | 330.17º | 0.94% | 0.63% | - |
| HSV(B) | 330.17º | 0.71% | 0.98% | - |
| XYZ | 47.73 | 27.31 | 36.01 | - |
| YUV | 134.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 160 | 0 | 0.71 | 0.36 | 0.02 | 330.17 | 0.94 | 0.63 |
| Hex | F9 | 48 | A0 | 0 | 47 | 24 | 2 | 14A | 5E | 3F |
| Octal | 371 | 110 | 240 | 0 | 107 | 44 | 2 | 512 | 136 | 77 |
| Binary | 11111001 | 1001000 | 10100000 | 0 | 1000111 | 100100 | 10 | 101001010 | 1011110 | 111111 |
Color Harmonies of #F948A0
Complementary color
Monochromatic Colors of #F948A0
Black with #F948A0
Text Example
Text Example
White with #F948A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948A0; }
p { color: rgb(249,72,160); }
H1.HeaderClassName
{
color: #F948A0;
}
.AnyTagClassName
{
color: #F948A0;
}
</style>
background-color css
<style>
a { background-color: #F948A0; }
a { background-color: rgb(249,72,160); }
div.DivClassName
{
background-color: #F948A0;
}
.BgClassName
{
background-color: #F948A0;
}
</style>
border-color css
<style>
span { border-color: #F948A0; }
span { border-color: rgb(249,72,160); }
td.TdClassName
{
border-color: #F948A0;
}
.TagClassName
{
border-color: #F948A0;
}
</style>