Shades of Brilliant Rose #F641B1
Tints of Brilliant Rose #F641B1
RGB
CMYK
RGB Variations
Color information
#F641B1 (or 0xF641B1) is known color: Brilliant Rose. HEX triplet: F6, 41 and B1. RGB value is (246,65,177). Sum of RGB (Red+Green+Blue) = 246+65+177=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F641B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F641B1 is #09BE4E. Grayscale: #838383. Windows color (decimal): -638543 or 11616758. OLE color: 11616758.
HSL color Cylindrical-coordinate representation of color #F641B1: hue angle of 322.87º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F641B1 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 177 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.04 |
| HSL | 322.87º | 0.91% | 0.61% | - |
| HSV(B) | 322.87º | 0.74% | 0.96% | - |
| XYZ | 47.83 | 26.55 | 44.2 | - |
| YUV | 131.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 177 | 0 | 0.74 | 0.28 | 0.04 | 322.87 | 0.91 | 0.61 |
| Hex | F6 | 41 | B1 | 0 | 4A | 1C | 4 | 143 | 5B | 3D |
| Octal | 366 | 101 | 261 | 0 | 112 | 34 | 4 | 503 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10110001 | 0 | 1001010 | 11100 | 100 | 101000011 | 1011011 | 111101 |
Color Harmonies of #F641B1
Complementary color
Monochromatic Colors of #F641B1
Black with #F641B1
Text Example
Text Example
White with #F641B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641B1; }
p { color: rgb(246,65,177); }
H1.HeaderClassName
{
color: #F641B1;
}
.AnyTagClassName
{
color: #F641B1;
}
</style>
background-color css
<style>
a { background-color: #F641B1; }
a { background-color: rgb(246,65,177); }
div.DivClassName
{
background-color: #F641B1;
}
.BgClassName
{
background-color: #F641B1;
}
</style>
border-color css
<style>
span { border-color: #F641B1; }
span { border-color: rgb(246,65,177); }
td.TdClassName
{
border-color: #F641B1;
}
.TagClassName
{
border-color: #F641B1;
}
</style>