Shades of Brilliant Rose #F74EAC
Tints of Brilliant Rose #F74EAC
RGB
CMYK
RGB Variations
Color information
#F74EAC (or 0xF74EAC) is known color: Brilliant Rose. HEX triplet: F7, 4E and AC. RGB value is (247,78,172). Sum of RGB (Red+Green+Blue) = 247+78+172=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74EAC is #08B153. Grayscale: #8B8B8B. Windows color (decimal): -569684 or 11292407. OLE color: 11292407.
HSL color Cylindrical-coordinate representation of color #F74EAC: hue angle of 326.63º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74EAC is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 172 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.03 |
| HSL | 326.63º | 0.91% | 0.64% | - |
| HSV(B) | 326.63º | 0.68% | 0.97% | - |
| XYZ | 48.53 | 28.2 | 41.92 | - |
| YUV | 139.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 172 | 0 | 0.68 | 0.30 | 0.03 | 326.63 | 0.91 | 0.64 |
| Hex | F7 | 4E | AC | 0 | 44 | 1E | 3 | 147 | 5B | 40 |
| Octal | 367 | 116 | 254 | 0 | 104 | 36 | 3 | 507 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10101100 | 0 | 1000100 | 11110 | 11 | 101000111 | 1011011 | 1000000 |
Color Harmonies of #F74EAC
Complementary color
Monochromatic Colors of #F74EAC
Black with #F74EAC
Text Example
Text Example
White with #F74EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EAC; }
p { color: rgb(247,78,172); }
H1.HeaderClassName
{
color: #F74EAC;
}
.AnyTagClassName
{
color: #F74EAC;
}
</style>
background-color css
<style>
a { background-color: #F74EAC; }
a { background-color: rgb(247,78,172); }
div.DivClassName
{
background-color: #F74EAC;
}
.BgClassName
{
background-color: #F74EAC;
}
</style>
border-color css
<style>
span { border-color: #F74EAC; }
span { border-color: rgb(247,78,172); }
td.TdClassName
{
border-color: #F74EAC;
}
.TagClassName
{
border-color: #F74EAC;
}
</style>