Shades of Brilliant Rose #F848AD
Tints of Brilliant Rose #F848AD
RGB
CMYK
RGB Variations
Color information
#F848AD (or 0xF848AD) is known color: Brilliant Rose. HEX triplet: F8, 48 and AD. RGB value is (248,72,173). Sum of RGB (Red+Green+Blue) = 248+72+173=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F848AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F848AD is #07B752. Grayscale: #878787. Windows color (decimal): -505683 or 11356408. OLE color: 11356408.
HSL color Cylindrical-coordinate representation of color #F848AD: hue angle of 325.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F848AD is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 173 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.03 |
| HSL | 325.57º | 0.93% | 0.63% | - |
| HSV(B) | 325.57º | 0.71% | 0.97% | - |
| XYZ | 48.57 | 27.61 | 42.3 | - |
| YUV | 136.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 173 | 0 | 0.71 | 0.30 | 0.03 | 325.57 | 0.93 | 0.63 |
| Hex | F8 | 48 | AD | 0 | 47 | 1E | 3 | 146 | 5D | 3F |
| Octal | 370 | 110 | 255 | 0 | 107 | 36 | 3 | 506 | 135 | 77 |
| Binary | 11111000 | 1001000 | 10101101 | 0 | 1000111 | 11110 | 11 | 101000110 | 1011101 | 111111 |
Color Harmonies of #F848AD
Complementary color
Monochromatic Colors of #F848AD
Black with #F848AD
Text Example
Text Example
White with #F848AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848AD; }
p { color: rgb(248,72,173); }
H1.HeaderClassName
{
color: #F848AD;
}
.AnyTagClassName
{
color: #F848AD;
}
</style>
background-color css
<style>
a { background-color: #F848AD; }
a { background-color: rgb(248,72,173); }
div.DivClassName
{
background-color: #F848AD;
}
.BgClassName
{
background-color: #F848AD;
}
</style>
border-color css
<style>
span { border-color: #F848AD; }
span { border-color: rgb(248,72,173); }
td.TdClassName
{
border-color: #F848AD;
}
.TagClassName
{
border-color: #F848AD;
}
</style>