Shades of Brilliant Rose #F858AD
Tints of Brilliant Rose #F858AD
RGB
CMYK
RGB Variations
Color information
#F858AD (or 0xF858AD) is known color: Brilliant Rose. HEX triplet: F8, 58 and AD. RGB value is (248,88,173). Sum of RGB (Red+Green+Blue) = 248+88+173=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F858AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F858AD is #07A752. Grayscale: #919191. Windows color (decimal): -501587 or 11360504. OLE color: 11360504.
HSL color Cylindrical-coordinate representation of color #F858AD: hue angle of 328.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858AD is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 173 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.03 |
| HSL | 328.13º | 0.92% | 0.66% | - |
| HSV(B) | 328.13º | 0.65% | 0.97% | - |
| XYZ | 49.74 | 29.95 | 42.69 | - |
| YUV | 145.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 173 | 0 | 0.65 | 0.30 | 0.03 | 328.13 | 0.92 | 0.66 |
| Hex | F8 | 58 | AD | 0 | 41 | 1E | 3 | 148 | 5C | 42 |
| Octal | 370 | 130 | 255 | 0 | 101 | 36 | 3 | 510 | 134 | 102 |
| Binary | 11111000 | 1011000 | 10101101 | 0 | 1000001 | 11110 | 11 | 101001000 | 1011100 | 1000010 |
Color Harmonies of #F858AD
Complementary color
Monochromatic Colors of #F858AD
Black with #F858AD
Text Example
Text Example
White with #F858AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858AD; }
p { color: rgb(248,88,173); }
H1.HeaderClassName
{
color: #F858AD;
}
.AnyTagClassName
{
color: #F858AD;
}
</style>
background-color css
<style>
a { background-color: #F858AD; }
a { background-color: rgb(248,88,173); }
div.DivClassName
{
background-color: #F858AD;
}
.BgClassName
{
background-color: #F858AD;
}
</style>
border-color css
<style>
span { border-color: #F858AD; }
span { border-color: rgb(248,88,173); }
td.TdClassName
{
border-color: #F858AD;
}
.TagClassName
{
border-color: #F858AD;
}
</style>