Shades of Brilliant Rose #F5629C
Tints of Brilliant Rose #F5629C
RGB
CMYK
RGB Variations
Color information
#F5629C (or 0xF5629C) is known color: Brilliant Rose. HEX triplet: F5, 62 and 9C. RGB value is (245,98,156). Sum of RGB (Red+Green+Blue) = 245+98+156=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5629C is #0A9D63. Grayscale: #949494. Windows color (decimal): -695652 or 10248949. OLE color: 10248949.
HSL color Cylindrical-coordinate representation of color #F5629C: hue angle of 336.33º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5629C is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 156 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.04 |
| HSL | 336.33º | 0.88% | 0.67% | - |
| HSV(B) | 336.33º | 0.6% | 0.96% | - |
| XYZ | 48.02 | 30.55 | 34.82 | - |
| YUV | 148.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 156 | 0 | 0.6 | 0.36 | 0.04 | 336.33 | 0.88 | 0.67 |
| Hex | F5 | 62 | 9C | 0 | 3C | 24 | 4 | 150 | 58 | 43 |
| Octal | 365 | 142 | 234 | 0 | 74 | 44 | 4 | 520 | 130 | 103 |
| Binary | 11110101 | 1100010 | 10011100 | 0 | 111100 | 100100 | 100 | 101010000 | 1011000 | 1000011 |
Color Harmonies of #F5629C
Complementary color
Monochromatic Colors of #F5629C
Black with #F5629C
Text Example
Text Example
White with #F5629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5629C; }
p { color: rgb(245,98,156); }
H1.HeaderClassName
{
color: #F5629C;
}
.AnyTagClassName
{
color: #F5629C;
}
</style>
background-color css
<style>
a { background-color: #F5629C; }
a { background-color: rgb(245,98,156); }
div.DivClassName
{
background-color: #F5629C;
}
.BgClassName
{
background-color: #F5629C;
}
</style>
border-color css
<style>
span { border-color: #F5629C; }
span { border-color: rgb(245,98,156); }
td.TdClassName
{
border-color: #F5629C;
}
.TagClassName
{
border-color: #F5629C;
}
</style>