Shades of Brilliant Rose #F845AD
Tints of Brilliant Rose #F845AD
RGB
CMYK
RGB Variations
Color information
#F845AD (or 0xF845AD) is known color: Brilliant Rose. HEX triplet: F8, 45 and AD. RGB value is (248,69,173). Sum of RGB (Red+Green+Blue) = 248+69+173=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F845AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F845AD is #07BA52. Grayscale: #868686. Windows color (decimal): -506451 or 11355640. OLE color: 11355640.
HSL color Cylindrical-coordinate representation of color #F845AD: hue angle of 325.14º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845AD is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 173 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.03 |
| HSL | 325.14º | 0.93% | 0.62% | - |
| HSV(B) | 325.14º | 0.72% | 0.97% | - |
| XYZ | 48.38 | 27.23 | 42.24 | - |
| YUV | 134.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 173 | 0 | 0.72 | 0.30 | 0.03 | 325.14 | 0.93 | 0.62 |
| Hex | F8 | 45 | AD | 0 | 48 | 1E | 3 | 145 | 5D | 3E |
| Octal | 370 | 105 | 255 | 0 | 110 | 36 | 3 | 505 | 135 | 76 |
| Binary | 11111000 | 1000101 | 10101101 | 0 | 1001000 | 11110 | 11 | 101000101 | 1011101 | 111110 |
Color Harmonies of #F845AD
Complementary color
Monochromatic Colors of #F845AD
Black with #F845AD
Text Example
Text Example
White with #F845AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845AD; }
p { color: rgb(248,69,173); }
H1.HeaderClassName
{
color: #F845AD;
}
.AnyTagClassName
{
color: #F845AD;
}
</style>
background-color css
<style>
a { background-color: #F845AD; }
a { background-color: rgb(248,69,173); }
div.DivClassName
{
background-color: #F845AD;
}
.BgClassName
{
background-color: #F845AD;
}
</style>
border-color css
<style>
span { border-color: #F845AD; }
span { border-color: rgb(248,69,173); }
td.TdClassName
{
border-color: #F845AD;
}
.TagClassName
{
border-color: #F845AD;
}
</style>