Shades of Brilliant Rose #F8629B
Tints of Brilliant Rose #F8629B
RGB
CMYK
RGB Variations
Color information
#F8629B (or 0xF8629B) is known color: Brilliant Rose. HEX triplet: F8, 62 and 9B. RGB value is (248,98,155). Sum of RGB (Red+Green+Blue) = 248+98+155=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8629B is #079D64. Grayscale: #959595. Windows color (decimal): -499045 or 10183416. OLE color: 10183416.
HSL color Cylindrical-coordinate representation of color #F8629B: hue angle of 337.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8629B is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 155 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.03 |
| HSL | 337.2º | 0.91% | 0.68% | - |
| HSV(B) | 337.2º | 0.6% | 0.97% | - |
| XYZ | 49 | 31.06 | 34.42 | - |
| YUV | 149.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 155 | 0 | 0.60 | 0.38 | 0.03 | 337.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 9B | 0 | 3C | 26 | 3 | 151 | 5B | 44 |
| Octal | 370 | 142 | 233 | 0 | 74 | 46 | 3 | 521 | 133 | 104 |
| Binary | 11111000 | 1100010 | 10011011 | 0 | 111100 | 100110 | 11 | 101010001 | 1011011 | 1000100 |
Color Harmonies of #F8629B
Complementary color
Monochromatic Colors of #F8629B
Black with #F8629B
Text Example
Text Example
White with #F8629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8629B; }
p { color: rgb(248,98,155); }
H1.HeaderClassName
{
color: #F8629B;
}
.AnyTagClassName
{
color: #F8629B;
}
</style>
background-color css
<style>
a { background-color: #F8629B; }
a { background-color: rgb(248,98,155); }
div.DivClassName
{
background-color: #F8629B;
}
.BgClassName
{
background-color: #F8629B;
}
</style>
border-color css
<style>
span { border-color: #F8629B; }
span { border-color: rgb(248,98,155); }
td.TdClassName
{
border-color: #F8629B;
}
.TagClassName
{
border-color: #F8629B;
}
</style>