Shades of Brilliant Rose #F8619D
Tints of Brilliant Rose #F8619D
RGB
CMYK
RGB Variations
Color information
#F8619D (or 0xF8619D) is known color: Brilliant Rose. HEX triplet: F8, 61 and 9D. RGB value is (248,97,157). Sum of RGB (Red+Green+Blue) = 248+97+157=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8619D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8619D is #079E62. Grayscale: #949494. Windows color (decimal): -499299 or 10314232. OLE color: 10314232.
HSL color Cylindrical-coordinate representation of color #F8619D: hue angle of 336.16º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8619D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 97 | 157 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.03 |
| HSL | 336.16º | 0.92% | 0.68% | - |
| HSV(B) | 336.16º | 0.61% | 0.97% | - |
| XYZ | 49.07 | 30.94 | 35.28 | - |
| YUV | 148.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 97 | 157 | 0 | 0.61 | 0.37 | 0.03 | 336.16 | 0.92 | 0.68 |
| Hex | F8 | 61 | 9D | 0 | 3D | 25 | 3 | 150 | 5C | 44 |
| Octal | 370 | 141 | 235 | 0 | 75 | 45 | 3 | 520 | 134 | 104 |
| Binary | 11111000 | 1100001 | 10011101 | 0 | 111101 | 100101 | 11 | 101010000 | 1011100 | 1000100 |
Color Harmonies of #F8619D
Complementary color
Monochromatic Colors of #F8619D
Black with #F8619D
Text Example
Text Example
White with #F8619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8619D; }
p { color: rgb(248,97,157); }
H1.HeaderClassName
{
color: #F8619D;
}
.AnyTagClassName
{
color: #F8619D;
}
</style>
background-color css
<style>
a { background-color: #F8619D; }
a { background-color: rgb(248,97,157); }
div.DivClassName
{
background-color: #F8619D;
}
.BgClassName
{
background-color: #F8619D;
}
</style>
border-color css
<style>
span { border-color: #F8619D; }
span { border-color: rgb(248,97,157); }
td.TdClassName
{
border-color: #F8619D;
}
.TagClassName
{
border-color: #F8619D;
}
</style>