Shades of Brilliant Rose #F15DA3
Tints of Brilliant Rose #F15DA3
RGB
CMYK
RGB Variations
Color information
#F15DA3 (or 0xF15DA3) is known color: Brilliant Rose. HEX triplet: F1, 5D and A3. RGB value is (241,93,163). Sum of RGB (Red+Green+Blue) = 241+93+163=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DA3 is #0EA25C. Grayscale: #919191. Windows color (decimal): -959069 or 10706417. OLE color: 10706417.
HSL color Cylindrical-coordinate representation of color #F15DA3: hue angle of 331.62º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DA3 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 163 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.05 |
| HSL | 331.62º | 0.84% | 0.65% | - |
| HSV(B) | 331.62º | 0.61% | 0.95% | - |
| XYZ | 46.8 | 29.17 | 37.81 | - |
| YUV | 145.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 163 | 0 | 0.61 | 0.32 | 0.05 | 331.62 | 0.84 | 0.65 |
| Hex | F1 | 5D | A3 | 0 | 3D | 20 | 5 | 14C | 54 | 41 |
| Octal | 361 | 135 | 243 | 0 | 75 | 40 | 5 | 514 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10100011 | 0 | 111101 | 100000 | 101 | 101001100 | 1010100 | 1000001 |
Color Harmonies of #F15DA3
Complementary color
Monochromatic Colors of #F15DA3
Black with #F15DA3
Text Example
Text Example
White with #F15DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DA3; }
p { color: rgb(241,93,163); }
H1.HeaderClassName
{
color: #F15DA3;
}
.AnyTagClassName
{
color: #F15DA3;
}
</style>
background-color css
<style>
a { background-color: #F15DA3; }
a { background-color: rgb(241,93,163); }
div.DivClassName
{
background-color: #F15DA3;
}
.BgClassName
{
background-color: #F15DA3;
}
</style>
border-color css
<style>
span { border-color: #F15DA3; }
span { border-color: rgb(241,93,163); }
td.TdClassName
{
border-color: #F15DA3;
}
.TagClassName
{
border-color: #F15DA3;
}
</style>