Shades of Brilliant Rose #F15CA3
Tints of Brilliant Rose #F15CA3
RGB
CMYK
RGB Variations
Color information
#F15CA3 (or 0xF15CA3) is known color: Brilliant Rose. HEX triplet: F1, 5C and A3. RGB value is (241,92,163). Sum of RGB (Red+Green+Blue) = 241+92+163=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CA3 is #0EA35C. Grayscale: #909090. Windows color (decimal): -959325 or 10706161. OLE color: 10706161.
HSL color Cylindrical-coordinate representation of color #F15CA3: hue angle of 331.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15CA3 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 163 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.05 |
| HSL | 331.41º | 0.84% | 0.65% | - |
| HSV(B) | 331.41º | 0.62% | 0.95% | - |
| XYZ | 46.71 | 29 | 37.79 | - |
| YUV | 144.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 163 | 0 | 0.62 | 0.32 | 0.05 | 331.41 | 0.84 | 0.65 |
| Hex | F1 | 5C | A3 | 0 | 3E | 20 | 5 | 14B | 54 | 41 |
| Octal | 361 | 134 | 243 | 0 | 76 | 40 | 5 | 513 | 124 | 101 |
| Binary | 11110001 | 1011100 | 10100011 | 0 | 111110 | 100000 | 101 | 101001011 | 1010100 | 1000001 |
Color Harmonies of #F15CA3
Complementary color
Monochromatic Colors of #F15CA3
Black with #F15CA3
Text Example
Text Example
White with #F15CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CA3; }
p { color: rgb(241,92,163); }
H1.HeaderClassName
{
color: #F15CA3;
}
.AnyTagClassName
{
color: #F15CA3;
}
</style>
background-color css
<style>
a { background-color: #F15CA3; }
a { background-color: rgb(241,92,163); }
div.DivClassName
{
background-color: #F15CA3;
}
.BgClassName
{
background-color: #F15CA3;
}
</style>
border-color css
<style>
span { border-color: #F15CA3; }
span { border-color: rgb(241,92,163); }
td.TdClassName
{
border-color: #F15CA3;
}
.TagClassName
{
border-color: #F15CA3;
}
</style>