Shades of Brilliant Rose #F141B2
Tints of Brilliant Rose #F141B2
RGB
CMYK
RGB Variations
Color information
#F141B2 (or 0xF141B2) is known color: Brilliant Rose. HEX triplet: F1, 41 and B2. RGB value is (241,65,178). Sum of RGB (Red+Green+Blue) = 241+65+178=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F141B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F141B2 is #0EBE4D. Grayscale: #828282. Windows color (decimal): -966222 or 11682289. OLE color: 11682289.
HSL color Cylindrical-coordinate representation of color #F141B2: hue angle of 321.48º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141B2 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 178 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.05 |
| HSL | 321.48º | 0.86% | 0.6% | - |
| HSV(B) | 321.48º | 0.73% | 0.95% | - |
| XYZ | 46.2 | 25.7 | 44.64 | - |
| YUV | 130.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 178 | 0 | 0.73 | 0.26 | 0.05 | 321.48 | 0.86 | 0.6 |
| Hex | F1 | 41 | B2 | 0 | 49 | 1A | 5 | 141 | 56 | 3C |
| Octal | 361 | 101 | 262 | 0 | 111 | 32 | 5 | 501 | 126 | 74 |
| Binary | 11110001 | 1000001 | 10110010 | 0 | 1001001 | 11010 | 101 | 101000001 | 1010110 | 111100 |
Color Harmonies of #F141B2
Complementary color
Monochromatic Colors of #F141B2
Black with #F141B2
Text Example
Text Example
White with #F141B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141B2; }
p { color: rgb(241,65,178); }
H1.HeaderClassName
{
color: #F141B2;
}
.AnyTagClassName
{
color: #F141B2;
}
</style>
background-color css
<style>
a { background-color: #F141B2; }
a { background-color: rgb(241,65,178); }
div.DivClassName
{
background-color: #F141B2;
}
.BgClassName
{
background-color: #F141B2;
}
</style>
border-color css
<style>
span { border-color: #F141B2; }
span { border-color: rgb(241,65,178); }
td.TdClassName
{
border-color: #F141B2;
}
.TagClassName
{
border-color: #F141B2;
}
</style>