Shades of Brilliant Rose #F167A1
Tints of Brilliant Rose #F167A1
RGB
CMYK
RGB Variations
Color information
#F167A1 (or 0xF167A1) is known color: Brilliant Rose. HEX triplet: F1, 67 and A1. RGB value is (241,103,161). Sum of RGB (Red+Green+Blue) = 241+103+161=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F167A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F167A1 is #0E985E. Grayscale: #969696. Windows color (decimal): -956511 or 10577905. OLE color: 10577905.
HSL color Cylindrical-coordinate representation of color #F167A1: hue angle of 334.78º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F167A1 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 161 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.05 |
| HSL | 334.78º | 0.83% | 0.67% | - |
| HSV(B) | 334.78º | 0.57% | 0.95% | - |
| XYZ | 47.56 | 30.97 | 37.19 | - |
| YUV | 150.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 161 | 0 | 0.57 | 0.33 | 0.05 | 334.78 | 0.83 | 0.67 |
| Hex | F1 | 67 | A1 | 0 | 39 | 21 | 5 | 14F | 53 | 43 |
| Octal | 361 | 147 | 241 | 0 | 71 | 41 | 5 | 517 | 123 | 103 |
| Binary | 11110001 | 1100111 | 10100001 | 0 | 111001 | 100001 | 101 | 101001111 | 1010011 | 1000011 |
Color Harmonies of #F167A1
Complementary color
Monochromatic Colors of #F167A1
Black with #F167A1
Text Example
Text Example
White with #F167A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F167A1; }
p { color: rgb(241,103,161); }
H1.HeaderClassName
{
color: #F167A1;
}
.AnyTagClassName
{
color: #F167A1;
}
</style>
background-color css
<style>
a { background-color: #F167A1; }
a { background-color: rgb(241,103,161); }
div.DivClassName
{
background-color: #F167A1;
}
.BgClassName
{
background-color: #F167A1;
}
</style>
border-color css
<style>
span { border-color: #F167A1; }
span { border-color: rgb(241,103,161); }
td.TdClassName
{
border-color: #F167A1;
}
.TagClassName
{
border-color: #F167A1;
}
</style>