Shades of Brilliant Rose #F7539C
Tints of Brilliant Rose #F7539C
RGB
CMYK
RGB Variations
Color information
#F7539C (or 0xF7539C) is known color: Brilliant Rose. HEX triplet: F7, 53 and 9C. RGB value is (247,83,156). Sum of RGB (Red+Green+Blue) = 247+83+156=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7539C is #08AC63. Grayscale: #8C8C8C. Windows color (decimal): -568420 or 10245111. OLE color: 10245111.
HSL color Cylindrical-coordinate representation of color #F7539C: hue angle of 333.29º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7539C is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 156 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.03 |
| HSL | 333.29º | 0.91% | 0.65% | - |
| HSV(B) | 333.29º | 0.66% | 0.97% | - |
| XYZ | 47.45 | 28.36 | 34.43 | - |
| YUV | 140.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 156 | 0 | 0.66 | 0.37 | 0.03 | 333.29 | 0.91 | 0.65 |
| Hex | F7 | 53 | 9C | 0 | 42 | 25 | 3 | 14D | 5B | 41 |
| Octal | 367 | 123 | 234 | 0 | 102 | 45 | 3 | 515 | 133 | 101 |
| Binary | 11110111 | 1010011 | 10011100 | 0 | 1000010 | 100101 | 11 | 101001101 | 1011011 | 1000001 |
Color Harmonies of #F7539C
Complementary color
Monochromatic Colors of #F7539C
Black with #F7539C
Text Example
Text Example
White with #F7539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7539C; }
p { color: rgb(247,83,156); }
H1.HeaderClassName
{
color: #F7539C;
}
.AnyTagClassName
{
color: #F7539C;
}
</style>
background-color css
<style>
a { background-color: #F7539C; }
a { background-color: rgb(247,83,156); }
div.DivClassName
{
background-color: #F7539C;
}
.BgClassName
{
background-color: #F7539C;
}
</style>
border-color css
<style>
span { border-color: #F7539C; }
span { border-color: rgb(247,83,156); }
td.TdClassName
{
border-color: #F7539C;
}
.TagClassName
{
border-color: #F7539C;
}
</style>