Shades of Brilliant Rose #F74FA4
Tints of Brilliant Rose #F74FA4
RGB
CMYK
RGB Variations
Color information
#F74FA4 (or 0xF74FA4) is known color: Brilliant Rose. HEX triplet: F7, 4F and A4. RGB value is (247,79,164). Sum of RGB (Red+Green+Blue) = 247+79+164=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74FA4 is #08B05B. Grayscale: #8A8A8A. Windows color (decimal): -569436 or 10768375. OLE color: 10768375.
HSL color Cylindrical-coordinate representation of color #F74FA4: hue angle of 329.64º 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 #F74FA4 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 164 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.03 |
| HSL | 329.64º | 0.91% | 0.64% | - |
| HSV(B) | 329.64º | 0.68% | 0.97% | - |
| XYZ | 47.85 | 28.05 | 38.01 | - |
| YUV | 138.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 164 | 0 | 0.68 | 0.34 | 0.03 | 329.64 | 0.91 | 0.64 |
| Hex | F7 | 4F | A4 | 0 | 44 | 22 | 3 | 14A | 5B | 40 |
| Octal | 367 | 117 | 244 | 0 | 104 | 42 | 3 | 512 | 133 | 100 |
| Binary | 11110111 | 1001111 | 10100100 | 0 | 1000100 | 100010 | 11 | 101001010 | 1011011 | 1000000 |
Color Harmonies of #F74FA4
Complementary color
Monochromatic Colors of #F74FA4
Black with #F74FA4
Text Example
Text Example
White with #F74FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FA4; }
p { color: rgb(247,79,164); }
H1.HeaderClassName
{
color: #F74FA4;
}
.AnyTagClassName
{
color: #F74FA4;
}
</style>
background-color css
<style>
a { background-color: #F74FA4; }
a { background-color: rgb(247,79,164); }
div.DivClassName
{
background-color: #F74FA4;
}
.BgClassName
{
background-color: #F74FA4;
}
</style>
border-color css
<style>
span { border-color: #F74FA4; }
span { border-color: rgb(247,79,164); }
td.TdClassName
{
border-color: #F74FA4;
}
.TagClassName
{
border-color: #F74FA4;
}
</style>