Shades of Brilliant Rose #F165A2
Tints of Brilliant Rose #F165A2
RGB
CMYK
RGB Variations
Color information
#F165A2 (or 0xF165A2) is known color: Brilliant Rose. HEX triplet: F1, 65 and A2. RGB value is (241,101,162). Sum of RGB (Red+Green+Blue) = 241+101+162=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F165A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165A2 is #0E9A5D. Grayscale: #959595. Windows color (decimal): -957022 or 10642929. OLE color: 10642929.
HSL color Cylindrical-coordinate representation of color #F165A2: hue angle of 333.86º 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 #F165A2 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 162 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.05 |
| HSL | 333.86º | 0.83% | 0.67% | - |
| HSV(B) | 333.86º | 0.58% | 0.95% | - |
| XYZ | 47.45 | 30.62 | 37.59 | - |
| YUV | 149.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 162 | 0 | 0.58 | 0.33 | 0.05 | 333.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | A2 | 0 | 3A | 21 | 5 | 14E | 53 | 43 |
| Octal | 361 | 145 | 242 | 0 | 72 | 41 | 5 | 516 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10100010 | 0 | 111010 | 100001 | 101 | 101001110 | 1010011 | 1000011 |
Color Harmonies of #F165A2
Complementary color
Monochromatic Colors of #F165A2
Black with #F165A2
Text Example
Text Example
White with #F165A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165A2; }
p { color: rgb(241,101,162); }
H1.HeaderClassName
{
color: #F165A2;
}
.AnyTagClassName
{
color: #F165A2;
}
</style>
background-color css
<style>
a { background-color: #F165A2; }
a { background-color: rgb(241,101,162); }
div.DivClassName
{
background-color: #F165A2;
}
.BgClassName
{
background-color: #F165A2;
}
</style>
border-color css
<style>
span { border-color: #F165A2; }
span { border-color: rgb(241,101,162); }
td.TdClassName
{
border-color: #F165A2;
}
.TagClassName
{
border-color: #F165A2;
}
</style>