Shades of Brilliant Rose #F74AB5
Tints of Brilliant Rose #F74AB5
RGB
CMYK
RGB Variations
Color information
#F74AB5 (or 0xF74AB5) is known color: Brilliant Rose. HEX triplet: F7, 4A and B5. RGB value is (247,74,181). Sum of RGB (Red+Green+Blue) = 247+74+181=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F74AB5 is #08B54A. Grayscale: #898989. Windows color (decimal): -570699 or 11881207. OLE color: 11881207.
HSL color Cylindrical-coordinate representation of color #F74AB5: hue angle of 322.89º 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 #F74AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 181 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.03 |
| HSL | 322.89º | 0.92% | 0.63% | - |
| HSV(B) | 322.89º | 0.7% | 0.97% | - |
| XYZ | 49.15 | 28.01 | 46.53 | - |
| YUV | 137.93 | 152.31 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 181 | 0 | 0.70 | 0.27 | 0.03 | 322.89 | 0.92 | 0.63 |
| Hex | F7 | 4A | B5 | 0 | 46 | 1B | 3 | 143 | 5C | 3F |
| Octal | 367 | 112 | 265 | 0 | 106 | 33 | 3 | 503 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10110101 | 0 | 1000110 | 11011 | 11 | 101000011 | 1011100 | 111111 |
Color Harmonies of #F74AB5
Complementary color
Monochromatic Colors of #F74AB5
Black with #F74AB5
Text Example
Text Example
White with #F74AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AB5; }
p { color: rgb(247,74,181); }
H1.HeaderClassName
{
color: #F74AB5;
}
.AnyTagClassName
{
color: #F74AB5;
}
</style>
background-color css
<style>
a { background-color: #F74AB5; }
a { background-color: rgb(247,74,181); }
div.DivClassName
{
background-color: #F74AB5;
}
.BgClassName
{
background-color: #F74AB5;
}
</style>
border-color css
<style>
span { border-color: #F74AB5; }
span { border-color: rgb(247,74,181); }
td.TdClassName
{
border-color: #F74AB5;
}
.TagClassName
{
border-color: #F74AB5;
}
</style>