Shades of Brilliant Rose #F162A6
Tints of Brilliant Rose #F162A6
RGB
CMYK
RGB Variations
Color information
#F162A6 (or 0xF162A6) is known color: Brilliant Rose. HEX triplet: F1, 62 and A6. RGB value is (241,98,166). Sum of RGB (Red+Green+Blue) = 241+98+166=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F162A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F162A6 is #0E9D59. Grayscale: #949494. Windows color (decimal): -957786 or 10904305. OLE color: 10904305.
HSL color Cylindrical-coordinate representation of color #F162A6: hue angle of 331.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162A6 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 166 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.05 |
| HSL | 331.47º | 0.84% | 0.66% | - |
| HSV(B) | 331.47º | 0.59% | 0.95% | - |
| XYZ | 47.53 | 30.19 | 39.4 | - |
| YUV | 148.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 166 | 0 | 0.59 | 0.31 | 0.05 | 331.47 | 0.84 | 0.66 |
| Hex | F1 | 62 | A6 | 0 | 3B | 1F | 5 | 14B | 54 | 42 |
| Octal | 361 | 142 | 246 | 0 | 73 | 37 | 5 | 513 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10100110 | 0 | 111011 | 11111 | 101 | 101001011 | 1010100 | 1000010 |
Color Harmonies of #F162A6
Complementary color
Monochromatic Colors of #F162A6
Black with #F162A6
Text Example
Text Example
White with #F162A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162A6; }
p { color: rgb(241,98,166); }
H1.HeaderClassName
{
color: #F162A6;
}
.AnyTagClassName
{
color: #F162A6;
}
</style>
background-color css
<style>
a { background-color: #F162A6; }
a { background-color: rgb(241,98,166); }
div.DivClassName
{
background-color: #F162A6;
}
.BgClassName
{
background-color: #F162A6;
}
</style>
border-color css
<style>
span { border-color: #F162A6; }
span { border-color: rgb(241,98,166); }
td.TdClassName
{
border-color: #F162A6;
}
.TagClassName
{
border-color: #F162A6;
}
</style>