Shades of Brilliant Rose #F74AA6
Tints of Brilliant Rose #F74AA6
RGB
CMYK
RGB Variations
Color information
#F74AA6 (or 0xF74AA6) is known color: Brilliant Rose. HEX triplet: F7, 4A and A6. RGB value is (247,74,166). Sum of RGB (Red+Green+Blue) = 247+74+166=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74AA6 is #08B559. Grayscale: #888888. Windows color (decimal): -570714 or 10898167. OLE color: 10898167.
HSL color Cylindrical-coordinate representation of color #F74AA6: hue angle of 328.09º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AA6 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 166 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.03 |
| HSL | 328.09º | 0.92% | 0.63% | - |
| HSV(B) | 328.09º | 0.7% | 0.97% | - |
| XYZ | 47.69 | 27.42 | 38.86 | - |
| YUV | 136.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 166 | 0 | 0.70 | 0.33 | 0.03 | 328.09 | 0.92 | 0.63 |
| Hex | F7 | 4A | A6 | 0 | 46 | 21 | 3 | 148 | 5C | 3F |
| Octal | 367 | 112 | 246 | 0 | 106 | 41 | 3 | 510 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10100110 | 0 | 1000110 | 100001 | 11 | 101001000 | 1011100 | 111111 |
Color Harmonies of #F74AA6
Complementary color
Monochromatic Colors of #F74AA6
Black with #F74AA6
Text Example
Text Example
White with #F74AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AA6; }
p { color: rgb(247,74,166); }
H1.HeaderClassName
{
color: #F74AA6;
}
.AnyTagClassName
{
color: #F74AA6;
}
</style>
background-color css
<style>
a { background-color: #F74AA6; }
a { background-color: rgb(247,74,166); }
div.DivClassName
{
background-color: #F74AA6;
}
.BgClassName
{
background-color: #F74AA6;
}
</style>
border-color css
<style>
span { border-color: #F74AA6; }
span { border-color: rgb(247,74,166); }
td.TdClassName
{
border-color: #F74AA6;
}
.TagClassName
{
border-color: #F74AA6;
}
</style>