Shades of Brilliant Rose #F1489C
Tints of Brilliant Rose #F1489C
RGB
CMYK
RGB Variations
Color information
#F1489C (or 0xF1489C) is known color: Brilliant Rose. HEX triplet: F1, 48 and 9C. RGB value is (241,72,156). Sum of RGB (Red+Green+Blue) = 241+72+156=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1489C is #0EB763. Grayscale: #838383. Windows color (decimal): -964452 or 10242289. OLE color: 10242289.
HSL color Cylindrical-coordinate representation of color #F1489C: hue angle of 330.18º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1489C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 156 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.05 |
| HSL | 330.18º | 0.86% | 0.61% | - |
| HSV(B) | 330.18º | 0.7% | 0.95% | - |
| XYZ | 44.59 | 25.74 | 34.07 | - |
| YUV | 132.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 156 | 0 | 0.70 | 0.35 | 0.05 | 330.18 | 0.86 | 0.61 |
| Hex | F1 | 48 | 9C | 0 | 46 | 23 | 5 | 14A | 56 | 3D |
| Octal | 361 | 110 | 234 | 0 | 106 | 43 | 5 | 512 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10011100 | 0 | 1000110 | 100011 | 101 | 101001010 | 1010110 | 111101 |
Color Harmonies of #F1489C
Complementary color
Monochromatic Colors of #F1489C
Black with #F1489C
Text Example
Text Example
White with #F1489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1489C; }
p { color: rgb(241,72,156); }
H1.HeaderClassName
{
color: #F1489C;
}
.AnyTagClassName
{
color: #F1489C;
}
</style>
background-color css
<style>
a { background-color: #F1489C; }
a { background-color: rgb(241,72,156); }
div.DivClassName
{
background-color: #F1489C;
}
.BgClassName
{
background-color: #F1489C;
}
</style>
border-color css
<style>
span { border-color: #F1489C; }
span { border-color: rgb(241,72,156); }
td.TdClassName
{
border-color: #F1489C;
}
.TagClassName
{
border-color: #F1489C;
}
</style>