Shades of Brilliant Rose #F841B3
Tints of Brilliant Rose #F841B3
RGB
CMYK
RGB Variations
Color information
#F841B3 (or 0xF841B3) is known color: Brilliant Rose. HEX triplet: F8, 41 and B3. RGB value is (248,65,179). Sum of RGB (Red+Green+Blue) = 248+65+179=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F841B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841B3 is #07BE4C. Grayscale: #848484. Windows color (decimal): -507469 or 11747832. OLE color: 11747832.
HSL color Cylindrical-coordinate representation of color #F841B3: hue angle of 322.62º 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 #F841B3 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 179 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.03 |
| HSL | 322.62º | 0.93% | 0.61% | - |
| HSV(B) | 322.62º | 0.74% | 0.97% | - |
| XYZ | 48.74 | 26.99 | 45.29 | - |
| YUV | 132.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 179 | 0 | 0.74 | 0.28 | 0.03 | 322.62 | 0.93 | 0.61 |
| Hex | F8 | 41 | B3 | 0 | 4A | 1C | 3 | 143 | 5D | 3D |
| Octal | 370 | 101 | 263 | 0 | 112 | 34 | 3 | 503 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10110011 | 0 | 1001010 | 11100 | 11 | 101000011 | 1011101 | 111101 |
Color Harmonies of #F841B3
Complementary color
Monochromatic Colors of #F841B3
Black with #F841B3
Text Example
Text Example
White with #F841B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841B3; }
p { color: rgb(248,65,179); }
H1.HeaderClassName
{
color: #F841B3;
}
.AnyTagClassName
{
color: #F841B3;
}
</style>
background-color css
<style>
a { background-color: #F841B3; }
a { background-color: rgb(248,65,179); }
div.DivClassName
{
background-color: #F841B3;
}
.BgClassName
{
background-color: #F841B3;
}
</style>
border-color css
<style>
span { border-color: #F841B3; }
span { border-color: rgb(248,65,179); }
td.TdClassName
{
border-color: #F841B3;
}
.TagClassName
{
border-color: #F841B3;
}
</style>