Shades of Brilliant Rose #F164A2
Tints of Brilliant Rose #F164A2
RGB
CMYK
RGB Variations
Color information
#F164A2 (or 0xF164A2) is known color: Brilliant Rose. HEX triplet: F1, 64 and A2. RGB value is (241,100,162). Sum of RGB (Red+Green+Blue) = 241+100+162=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A2 is #0E9B5D. Grayscale: #959595. Windows color (decimal): -957278 or 10642673. OLE color: 10642673.
HSL color Cylindrical-coordinate representation of color #F164A2: hue angle of 333.62º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164A2 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 162 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.05 |
| HSL | 333.62º | 0.83% | 0.67% | - |
| HSV(B) | 333.62º | 0.59% | 0.95% | - |
| XYZ | 47.35 | 30.42 | 37.56 | - |
| YUV | 149.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 162 | 0 | 0.59 | 0.33 | 0.05 | 333.62 | 0.83 | 0.67 |
| Hex | F1 | 64 | A2 | 0 | 3B | 21 | 5 | 14E | 53 | 43 |
| Octal | 361 | 144 | 242 | 0 | 73 | 41 | 5 | 516 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10100010 | 0 | 111011 | 100001 | 101 | 101001110 | 1010011 | 1000011 |
Color Harmonies of #F164A2
Complementary color
Monochromatic Colors of #F164A2
Black with #F164A2
Text Example
Text Example
White with #F164A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164A2; }
p { color: rgb(241,100,162); }
H1.HeaderClassName
{
color: #F164A2;
}
.AnyTagClassName
{
color: #F164A2;
}
</style>
background-color css
<style>
a { background-color: #F164A2; }
a { background-color: rgb(241,100,162); }
div.DivClassName
{
background-color: #F164A2;
}
.BgClassName
{
background-color: #F164A2;
}
</style>
border-color css
<style>
span { border-color: #F164A2; }
span { border-color: rgb(241,100,162); }
td.TdClassName
{
border-color: #F164A2;
}
.TagClassName
{
border-color: #F164A2;
}
</style>