Shades of Brilliant Rose #F844B1
Tints of Brilliant Rose #F844B1
RGB
CMYK
RGB Variations
Color information
#F844B1 (or 0xF844B1) is known color: Brilliant Rose. HEX triplet: F8, 44 and B1. RGB value is (248,68,177). Sum of RGB (Red+Green+Blue) = 248+68+177=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F844B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F844B1 is #07BB4E. Grayscale: #858585. Windows color (decimal): -506703 or 11617528. OLE color: 11617528.
HSL color Cylindrical-coordinate representation of color #F844B1: hue angle of 323.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F844B1 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 177 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.03 |
| HSL | 323.67º | 0.93% | 0.62% | - |
| HSV(B) | 323.67º | 0.73% | 0.97% | - |
| XYZ | 48.71 | 27.27 | 44.29 | - |
| YUV | 134.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 177 | 0 | 0.73 | 0.29 | 0.03 | 323.67 | 0.93 | 0.62 |
| Hex | F8 | 44 | B1 | 0 | 49 | 1D | 3 | 144 | 5D | 3E |
| Octal | 370 | 104 | 261 | 0 | 111 | 35 | 3 | 504 | 135 | 76 |
| Binary | 11111000 | 1000100 | 10110001 | 0 | 1001001 | 11101 | 11 | 101000100 | 1011101 | 111110 |
Color Harmonies of #F844B1
Complementary color
Monochromatic Colors of #F844B1
Black with #F844B1
Text Example
Text Example
White with #F844B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F844B1; }
p { color: rgb(248,68,177); }
H1.HeaderClassName
{
color: #F844B1;
}
.AnyTagClassName
{
color: #F844B1;
}
</style>
background-color css
<style>
a { background-color: #F844B1; }
a { background-color: rgb(248,68,177); }
div.DivClassName
{
background-color: #F844B1;
}
.BgClassName
{
background-color: #F844B1;
}
</style>
border-color css
<style>
span { border-color: #F844B1; }
span { border-color: rgb(248,68,177); }
td.TdClassName
{
border-color: #F844B1;
}
.TagClassName
{
border-color: #F844B1;
}
</style>