Shades of Brilliant Rose #F8569D
Tints of Brilliant Rose #F8569D
RGB
CMYK
RGB Variations
Color information
#F8569D (or 0xF8569D) is known color: Brilliant Rose. HEX triplet: F8, 56 and 9D. RGB value is (248,86,157). Sum of RGB (Red+Green+Blue) = 248+86+157=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8569D is #07A962. Grayscale: #8E8E8E. Windows color (decimal): -502115 or 10311416. OLE color: 10311416.
HSL color Cylindrical-coordinate representation of color #F8569D: hue angle of 333.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8569D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 157 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.03 |
| HSL | 333.7º | 0.92% | 0.65% | - |
| HSV(B) | 333.7º | 0.65% | 0.97% | - |
| XYZ | 48.12 | 29.05 | 34.97 | - |
| YUV | 142.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 157 | 0 | 0.65 | 0.37 | 0.03 | 333.7 | 0.92 | 0.65 |
| Hex | F8 | 56 | 9D | 0 | 41 | 25 | 3 | 14E | 5C | 41 |
| Octal | 370 | 126 | 235 | 0 | 101 | 45 | 3 | 516 | 134 | 101 |
| Binary | 11111000 | 1010110 | 10011101 | 0 | 1000001 | 100101 | 11 | 101001110 | 1011100 | 1000001 |
Color Harmonies of #F8569D
Complementary color
Monochromatic Colors of #F8569D
Black with #F8569D
Text Example
Text Example
White with #F8569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8569D; }
p { color: rgb(248,86,157); }
H1.HeaderClassName
{
color: #F8569D;
}
.AnyTagClassName
{
color: #F8569D;
}
</style>
background-color css
<style>
a { background-color: #F8569D; }
a { background-color: rgb(248,86,157); }
div.DivClassName
{
background-color: #F8569D;
}
.BgClassName
{
background-color: #F8569D;
}
</style>
border-color css
<style>
span { border-color: #F8569D; }
span { border-color: rgb(248,86,157); }
td.TdClassName
{
border-color: #F8569D;
}
.TagClassName
{
border-color: #F8569D;
}
</style>