Shades of Brilliant Rose #F15DA8
Tints of Brilliant Rose #F15DA8
RGB
CMYK
RGB Variations
Color information
#F15DA8 (or 0xF15DA8) is known color: Brilliant Rose. HEX triplet: F1, 5D and A8. RGB value is (241,93,168). Sum of RGB (Red+Green+Blue) = 241+93+168=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DA8 is #0EA257. Grayscale: #919191. Windows color (decimal): -959064 or 11034097. OLE color: 11034097.
HSL color Cylindrical-coordinate representation of color #F15DA8: hue angle of 329.59º 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 #F15DA8 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 168 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.05 |
| HSL | 329.59º | 0.84% | 0.65% | - |
| HSV(B) | 329.59º | 0.61% | 0.95% | - |
| XYZ | 47.26 | 29.36 | 40.22 | - |
| YUV | 145.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 168 | 0 | 0.61 | 0.30 | 0.05 | 329.59 | 0.84 | 0.65 |
| Hex | F1 | 5D | A8 | 0 | 3D | 1E | 5 | 14A | 54 | 41 |
| Octal | 361 | 135 | 250 | 0 | 75 | 36 | 5 | 512 | 124 | 101 |
| Binary | 11110001 | 1011101 | 10101000 | 0 | 111101 | 11110 | 101 | 101001010 | 1010100 | 1000001 |
Color Harmonies of #F15DA8
Complementary color
Monochromatic Colors of #F15DA8
Black with #F15DA8
Text Example
Text Example
White with #F15DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DA8; }
p { color: rgb(241,93,168); }
H1.HeaderClassName
{
color: #F15DA8;
}
.AnyTagClassName
{
color: #F15DA8;
}
</style>
background-color css
<style>
a { background-color: #F15DA8; }
a { background-color: rgb(241,93,168); }
div.DivClassName
{
background-color: #F15DA8;
}
.BgClassName
{
background-color: #F15DA8;
}
</style>
border-color css
<style>
span { border-color: #F15DA8; }
span { border-color: rgb(241,93,168); }
td.TdClassName
{
border-color: #F15DA8;
}
.TagClassName
{
border-color: #F15DA8;
}
</style>