Shades of Brilliant Rose #F8609A
Tints of Brilliant Rose #F8609A
RGB
CMYK
RGB Variations
Color information
#F8609A (or 0xF8609A) is known color: Brilliant Rose. HEX triplet: F8, 60 and 9A. RGB value is (248,96,154). Sum of RGB (Red+Green+Blue) = 248+96+154=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8609A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8609A is #079F65. Grayscale: #939393. Windows color (decimal): -499558 or 10117368. OLE color: 10117368.
HSL color Cylindrical-coordinate representation of color #F8609A: hue angle of 337.11º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8609A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 154 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.03 |
| HSL | 337.11º | 0.92% | 0.67% | - |
| HSV(B) | 337.11º | 0.61% | 0.97% | - |
| XYZ | 48.73 | 30.66 | 33.92 | - |
| YUV | 148.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 154 | 0 | 0.61 | 0.38 | 0.03 | 337.11 | 0.92 | 0.67 |
| Hex | F8 | 60 | 9A | 0 | 3D | 26 | 3 | 151 | 5C | 43 |
| Octal | 370 | 140 | 232 | 0 | 75 | 46 | 3 | 521 | 134 | 103 |
| Binary | 11111000 | 1100000 | 10011010 | 0 | 111101 | 100110 | 11 | 101010001 | 1011100 | 1000011 |
Color Harmonies of #F8609A
Complementary color
Monochromatic Colors of #F8609A
Black with #F8609A
Text Example
Text Example
White with #F8609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8609A; }
p { color: rgb(248,96,154); }
H1.HeaderClassName
{
color: #F8609A;
}
.AnyTagClassName
{
color: #F8609A;
}
</style>
background-color css
<style>
a { background-color: #F8609A; }
a { background-color: rgb(248,96,154); }
div.DivClassName
{
background-color: #F8609A;
}
.BgClassName
{
background-color: #F8609A;
}
</style>
border-color css
<style>
span { border-color: #F8609A; }
span { border-color: rgb(248,96,154); }
td.TdClassName
{
border-color: #F8609A;
}
.TagClassName
{
border-color: #F8609A;
}
</style>