Shades of Brilliant Rose #F1629C
Tints of Brilliant Rose #F1629C
RGB
CMYK
RGB Variations
Color information
#F1629C (or 0xF1629C) is known color: Brilliant Rose. HEX triplet: F1, 62 and 9C. RGB value is (241,98,156). Sum of RGB (Red+Green+Blue) = 241+98+156=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1629C is #0E9D63. Grayscale: #939393. Windows color (decimal): -957796 or 10248945. OLE color: 10248945.
HSL color Cylindrical-coordinate representation of color #F1629C: hue angle of 335.66º 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 #F1629C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 156 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.05 |
| HSL | 335.66º | 0.84% | 0.66% | - |
| HSV(B) | 335.66º | 0.59% | 0.95% | - |
| XYZ | 46.64 | 29.84 | 34.75 | - |
| YUV | 147.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 156 | 0 | 0.59 | 0.35 | 0.05 | 335.66 | 0.84 | 0.66 |
| Hex | F1 | 62 | 9C | 0 | 3B | 23 | 5 | 150 | 54 | 42 |
| Octal | 361 | 142 | 234 | 0 | 73 | 43 | 5 | 520 | 124 | 102 |
| Binary | 11110001 | 1100010 | 10011100 | 0 | 111011 | 100011 | 101 | 101010000 | 1010100 | 1000010 |
Color Harmonies of #F1629C
Complementary color
Monochromatic Colors of #F1629C
Black with #F1629C
Text Example
Text Example
White with #F1629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1629C; }
p { color: rgb(241,98,156); }
H1.HeaderClassName
{
color: #F1629C;
}
.AnyTagClassName
{
color: #F1629C;
}
</style>
background-color css
<style>
a { background-color: #F1629C; }
a { background-color: rgb(241,98,156); }
div.DivClassName
{
background-color: #F1629C;
}
.BgClassName
{
background-color: #F1629C;
}
</style>
border-color css
<style>
span { border-color: #F1629C; }
span { border-color: rgb(241,98,156); }
td.TdClassName
{
border-color: #F1629C;
}
.TagClassName
{
border-color: #F1629C;
}
</style>