Shades of Brilliant Rose #F155AF
Tints of Brilliant Rose #F155AF
RGB
CMYK
RGB Variations
Color information
#F155AF (or 0xF155AF) is known color: Brilliant Rose. HEX triplet: F1, 55 and AF. RGB value is (241,85,175). Sum of RGB (Red+Green+Blue) = 241+85+175=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F155AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F155AF is #0EAA50. Grayscale: #8D8D8D. Windows color (decimal): -961105 or 11490801. OLE color: 11490801.
HSL color Cylindrical-coordinate representation of color #F155AF: hue angle of 325.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155AF is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 175 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.05 |
| HSL | 325.38º | 0.85% | 0.64% | - |
| HSV(B) | 325.38º | 0.65% | 0.95% | - |
| XYZ | 47.26 | 28.29 | 43.53 | - |
| YUV | 141.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 175 | 0 | 0.65 | 0.27 | 0.05 | 325.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | AF | 0 | 41 | 1B | 5 | 145 | 55 | 40 |
| Octal | 361 | 125 | 257 | 0 | 101 | 33 | 5 | 505 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10101111 | 0 | 1000001 | 11011 | 101 | 101000101 | 1010101 | 1000000 |
Color Harmonies of #F155AF
Complementary color
Monochromatic Colors of #F155AF
Black with #F155AF
Text Example
Text Example
White with #F155AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F155AF; }
p { color: rgb(241,85,175); }
H1.HeaderClassName
{
color: #F155AF;
}
.AnyTagClassName
{
color: #F155AF;
}
</style>
background-color css
<style>
a { background-color: #F155AF; }
a { background-color: rgb(241,85,175); }
div.DivClassName
{
background-color: #F155AF;
}
.BgClassName
{
background-color: #F155AF;
}
</style>
border-color css
<style>
span { border-color: #F155AF; }
span { border-color: rgb(241,85,175); }
td.TdClassName
{
border-color: #F155AF;
}
.TagClassName
{
border-color: #F155AF;
}
</style>