Shades of Brilliant Rose #F841B0
Tints of Brilliant Rose #F841B0
RGB
CMYK
RGB Variations
Color information
#F841B0 (or 0xF841B0) is known color: Brilliant Rose. HEX triplet: F8, 41 and B0. RGB value is (248,65,176). Sum of RGB (Red+Green+Blue) = 248+65+176=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F841B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F841B0 is #07BE4F. Grayscale: #848484. Windows color (decimal): -507472 or 11551224. OLE color: 11551224.
HSL color Cylindrical-coordinate representation of color #F841B0: hue angle of 323.61º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841B0 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 176 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.03 |
| HSL | 323.61º | 0.93% | 0.61% | - |
| HSV(B) | 323.61º | 0.74% | 0.97% | - |
| XYZ | 48.44 | 26.87 | 43.71 | - |
| YUV | 132.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 176 | 0 | 0.74 | 0.29 | 0.03 | 323.61 | 0.93 | 0.61 |
| Hex | F8 | 41 | B0 | 0 | 4A | 1D | 3 | 144 | 5D | 3D |
| Octal | 370 | 101 | 260 | 0 | 112 | 35 | 3 | 504 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10110000 | 0 | 1001010 | 11101 | 11 | 101000100 | 1011101 | 111101 |
Color Harmonies of #F841B0
Complementary color
Monochromatic Colors of #F841B0
Black with #F841B0
Text Example
Text Example
White with #F841B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841B0; }
p { color: rgb(248,65,176); }
H1.HeaderClassName
{
color: #F841B0;
}
.AnyTagClassName
{
color: #F841B0;
}
</style>
background-color css
<style>
a { background-color: #F841B0; }
a { background-color: rgb(248,65,176); }
div.DivClassName
{
background-color: #F841B0;
}
.BgClassName
{
background-color: #F841B0;
}
</style>
border-color css
<style>
span { border-color: #F841B0; }
span { border-color: rgb(248,65,176); }
td.TdClassName
{
border-color: #F841B0;
}
.TagClassName
{
border-color: #F841B0;
}
</style>