Shades of Brilliant Rose #F74EB2
Tints of Brilliant Rose #F74EB2
RGB
CMYK
RGB Variations
Color information
#F74EB2 (or 0xF74EB2) is known color: Brilliant Rose. HEX triplet: F7, 4E and B2. RGB value is (247,78,178). Sum of RGB (Red+Green+Blue) = 247+78+178=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74EB2 is #08B14D. Grayscale: #8B8B8B. Windows color (decimal): -569678 or 11685623. OLE color: 11685623.
HSL color Cylindrical-coordinate representation of color #F74EB2: hue angle of 324.5º 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 #F74EB2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 178 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.03 |
| HSL | 324.5º | 0.91% | 0.64% | - |
| HSV(B) | 324.5º | 0.68% | 0.97% | - |
| XYZ | 49.12 | 28.44 | 45.02 | - |
| YUV | 139.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 178 | 0 | 0.68 | 0.28 | 0.03 | 324.5 | 0.91 | 0.64 |
| Hex | F7 | 4E | B2 | 0 | 44 | 1C | 3 | 144 | 5B | 40 |
| Octal | 367 | 116 | 262 | 0 | 104 | 34 | 3 | 504 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10110010 | 0 | 1000100 | 11100 | 11 | 101000100 | 1011011 | 1000000 |
Color Harmonies of #F74EB2
Complementary color
Monochromatic Colors of #F74EB2
Black with #F74EB2
Text Example
Text Example
White with #F74EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EB2; }
p { color: rgb(247,78,178); }
H1.HeaderClassName
{
color: #F74EB2;
}
.AnyTagClassName
{
color: #F74EB2;
}
</style>
background-color css
<style>
a { background-color: #F74EB2; }
a { background-color: rgb(247,78,178); }
div.DivClassName
{
background-color: #F74EB2;
}
.BgClassName
{
background-color: #F74EB2;
}
</style>
border-color css
<style>
span { border-color: #F74EB2; }
span { border-color: rgb(247,78,178); }
td.TdClassName
{
border-color: #F74EB2;
}
.TagClassName
{
border-color: #F74EB2;
}
</style>