Shades of Brilliant Rose #F74AB0
Tints of Brilliant Rose #F74AB0
RGB
CMYK
RGB Variations
Color information
#F74AB0 (or 0xF74AB0) is known color: Brilliant Rose. HEX triplet: F7, 4A and B0. RGB value is (247,74,176). Sum of RGB (Red+Green+Blue) = 247+74+176=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74AB0 is #08B54F. Grayscale: #898989. Windows color (decimal): -570704 or 11553527. OLE color: 11553527.
HSL color Cylindrical-coordinate representation of color #F74AB0: hue angle of 324.62º 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 #F74AB0 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 176 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.03 |
| HSL | 324.62º | 0.92% | 0.63% | - |
| HSV(B) | 324.62º | 0.7% | 0.97% | - |
| XYZ | 48.64 | 27.81 | 43.88 | - |
| YUV | 137.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 176 | 0 | 0.70 | 0.29 | 0.03 | 324.62 | 0.92 | 0.63 |
| Hex | F7 | 4A | B0 | 0 | 46 | 1D | 3 | 145 | 5C | 3F |
| Octal | 367 | 112 | 260 | 0 | 106 | 35 | 3 | 505 | 134 | 77 |
| Binary | 11110111 | 1001010 | 10110000 | 0 | 1000110 | 11101 | 11 | 101000101 | 1011100 | 111111 |
Color Harmonies of #F74AB0
Complementary color
Monochromatic Colors of #F74AB0
Black with #F74AB0
Text Example
Text Example
White with #F74AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AB0; }
p { color: rgb(247,74,176); }
H1.HeaderClassName
{
color: #F74AB0;
}
.AnyTagClassName
{
color: #F74AB0;
}
</style>
background-color css
<style>
a { background-color: #F74AB0; }
a { background-color: rgb(247,74,176); }
div.DivClassName
{
background-color: #F74AB0;
}
.BgClassName
{
background-color: #F74AB0;
}
</style>
border-color css
<style>
span { border-color: #F74AB0; }
span { border-color: rgb(247,74,176); }
td.TdClassName
{
border-color: #F74AB0;
}
.TagClassName
{
border-color: #F74AB0;
}
</style>