Shades of Brilliant Rose #F74AAF
Tints of Brilliant Rose #F74AAF
RGB
CMYK
RGB Variations
Color information
#F74AAF (or 0xF74AAF) is known color: Brilliant Rose. HEX triplet: F7, 4A and AF. RGB value is (247,74,175). Sum of RGB (Red+Green+Blue) = 247+74+175=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74AAF is #08B550. Grayscale: #898989. Windows color (decimal): -570705 or 11487991. OLE color: 11487991.
HSL color Cylindrical-coordinate representation of color #F74AAF: hue angle of 324.97º 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 #F74AAF is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 175 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.03 |
| HSL | 324.97º | 0.92% | 0.63% | - |
| HSV(B) | 324.97º | 0.7% | 0.97% | - |
| XYZ | 48.54 | 27.77 | 43.36 | - |
| YUV | 137.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 175 | 0 | 0.70 | 0.29 | 0.03 | 324.97 | 0.92 | 0.63 |
| Hex | F7 | 4A | AF | 0 | 46 | 1D | 3 | 145 | 5C | 3F |
| Octal | 367 | 112 | 257 | 0 | 106 | 35 | 3 | 505 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10101111 | 0 | 1000110 | 11101 | 11 | 101000101 | 1011100 | 111111 |
Color Harmonies of #F74AAF
Complementary color
Monochromatic Colors of #F74AAF
Black with #F74AAF
Text Example
Text Example
White with #F74AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AAF; }
p { color: rgb(247,74,175); }
H1.HeaderClassName
{
color: #F74AAF;
}
.AnyTagClassName
{
color: #F74AAF;
}
</style>
background-color css
<style>
a { background-color: #F74AAF; }
a { background-color: rgb(247,74,175); }
div.DivClassName
{
background-color: #F74AAF;
}
.BgClassName
{
background-color: #F74AAF;
}
</style>
border-color css
<style>
span { border-color: #F74AAF; }
span { border-color: rgb(247,74,175); }
td.TdClassName
{
border-color: #F74AAF;
}
.TagClassName
{
border-color: #F74AAF;
}
</style>