Shades of Brilliant Rose #F74C9F
Tints of Brilliant Rose #F74C9F
RGB
CMYK
RGB Variations
Color information
#F74C9F (or 0xF74C9F) is known color: Brilliant Rose. HEX triplet: F7, 4C and 9F. RGB value is (247,76,159). Sum of RGB (Red+Green+Blue) = 247+76+159=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74C9F is #08B360. Grayscale: #888888. Windows color (decimal): -570209 or 10439927. OLE color: 10439927.
HSL color Cylindrical-coordinate representation of color #F74C9F: hue angle of 330.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74C9F is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 76 | 159 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.03 |
| HSL | 330.88º | 0.91% | 0.63% | - |
| HSV(B) | 330.88º | 0.69% | 0.97% | - |
| XYZ | 47.2 | 27.45 | 35.61 | - |
| YUV | 136.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 159 | 0 | 0.69 | 0.36 | 0.03 | 330.88 | 0.91 | 0.63 |
| Hex | F7 | 4C | 9F | 0 | 45 | 24 | 3 | 14B | 5B | 3F |
| Octal | 367 | 114 | 237 | 0 | 105 | 44 | 3 | 513 | 133 | 77 |
| Binary | 11110111 | 1001100 | 10011111 | 0 | 1000101 | 100100 | 11 | 101001011 | 1011011 | 111111 |
Color Harmonies of #F74C9F
Complementary color
Monochromatic Colors of #F74C9F
Black with #F74C9F
Text Example
Text Example
White with #F74C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74C9F; }
p { color: rgb(247,76,159); }
H1.HeaderClassName
{
color: #F74C9F;
}
.AnyTagClassName
{
color: #F74C9F;
}
</style>
background-color css
<style>
a { background-color: #F74C9F; }
a { background-color: rgb(247,76,159); }
div.DivClassName
{
background-color: #F74C9F;
}
.BgClassName
{
background-color: #F74C9F;
}
</style>
border-color css
<style>
span { border-color: #F74C9F; }
span { border-color: rgb(247,76,159); }
td.TdClassName
{
border-color: #F74C9F;
}
.TagClassName
{
border-color: #F74C9F;
}
</style>