Shades of Brilliant Rose #F165A1
Tints of Brilliant Rose #F165A1
RGB
CMYK
RGB Variations
Color information
#F165A1 (or 0xF165A1) is known color: Brilliant Rose. HEX triplet: F1, 65 and A1. RGB value is (241,101,161). Sum of RGB (Red+Green+Blue) = 241+101+161=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F165A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165A1 is #0E9A5E. Grayscale: #959595. Windows color (decimal): -957023 or 10577393. OLE color: 10577393.
HSL color Cylindrical-coordinate representation of color #F165A1: hue angle of 334.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165A1 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 161 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.05 |
| HSL | 334.29º | 0.83% | 0.67% | - |
| HSV(B) | 334.29º | 0.58% | 0.95% | - |
| XYZ | 47.36 | 30.58 | 37.12 | - |
| YUV | 149.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 161 | 0 | 0.58 | 0.33 | 0.05 | 334.29 | 0.83 | 0.67 |
| Hex | F1 | 65 | A1 | 0 | 3A | 21 | 5 | 14E | 53 | 43 |
| Octal | 361 | 145 | 241 | 0 | 72 | 41 | 5 | 516 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10100001 | 0 | 111010 | 100001 | 101 | 101001110 | 1010011 | 1000011 |
Color Harmonies of #F165A1
Complementary color
Monochromatic Colors of #F165A1
Black with #F165A1
Text Example
Text Example
White with #F165A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165A1; }
p { color: rgb(241,101,161); }
H1.HeaderClassName
{
color: #F165A1;
}
.AnyTagClassName
{
color: #F165A1;
}
</style>
background-color css
<style>
a { background-color: #F165A1; }
a { background-color: rgb(241,101,161); }
div.DivClassName
{
background-color: #F165A1;
}
.BgClassName
{
background-color: #F165A1;
}
</style>
border-color css
<style>
span { border-color: #F165A1; }
span { border-color: rgb(241,101,161); }
td.TdClassName
{
border-color: #F165A1;
}
.TagClassName
{
border-color: #F165A1;
}
</style>