Shades of Brilliant Rose #F74DB2
Tints of Brilliant Rose #F74DB2
RGB
CMYK
RGB Variations
Color information
#F74DB2 (or 0xF74DB2) is known color: Brilliant Rose. HEX triplet: F7, 4D and B2. RGB value is (247,77,178). Sum of RGB (Red+Green+Blue) = 247+77+178=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74DB2 is #08B24D. Grayscale: #8B8B8B. Windows color (decimal): -569934 or 11685367. OLE color: 11685367.
HSL color Cylindrical-coordinate representation of color #F74DB2: hue angle of 324.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DB2 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 178 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.03 |
| HSL | 324.35º | 0.91% | 0.64% | - |
| HSV(B) | 324.35º | 0.69% | 0.97% | - |
| XYZ | 49.05 | 28.3 | 45 | - |
| YUV | 139.34 | 149.82 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 178 | 0 | 0.69 | 0.28 | 0.03 | 324.35 | 0.91 | 0.64 |
| Hex | F7 | 4D | B2 | 0 | 45 | 1C | 3 | 144 | 5B | 40 |
| Octal | 367 | 115 | 262 | 0 | 105 | 34 | 3 | 504 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10110010 | 0 | 1000101 | 11100 | 11 | 101000100 | 1011011 | 1000000 |
Color Harmonies of #F74DB2
Complementary color
Monochromatic Colors of #F74DB2
Black with #F74DB2
Text Example
Text Example
White with #F74DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DB2; }
p { color: rgb(247,77,178); }
H1.HeaderClassName
{
color: #F74DB2;
}
.AnyTagClassName
{
color: #F74DB2;
}
</style>
background-color css
<style>
a { background-color: #F74DB2; }
a { background-color: rgb(247,77,178); }
div.DivClassName
{
background-color: #F74DB2;
}
.BgClassName
{
background-color: #F74DB2;
}
</style>
border-color css
<style>
span { border-color: #F74DB2; }
span { border-color: rgb(247,77,178); }
td.TdClassName
{
border-color: #F74DB2;
}
.TagClassName
{
border-color: #F74DB2;
}
</style>