Shades of Brilliant Rose #F74EB5
Tints of Brilliant Rose #F74EB5
RGB
CMYK
RGB Variations
Color information
#F74EB5 (or 0xF74EB5) is known color: Brilliant Rose. HEX triplet: F7, 4E and B5. RGB value is (247,78,181). Sum of RGB (Red+Green+Blue) = 247+78+181=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74EB5 is #08B14A. Grayscale: #8C8C8C. Windows color (decimal): -569675 or 11882231. OLE color: 11882231.
HSL color Cylindrical-coordinate representation of color #F74EB5: hue angle of 323.43º 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 #F74EB5 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 181 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.03 |
| HSL | 323.43º | 0.91% | 0.64% | - |
| HSV(B) | 323.43º | 0.68% | 0.97% | - |
| XYZ | 49.42 | 28.56 | 46.62 | - |
| YUV | 140.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 181 | 0 | 0.68 | 0.27 | 0.03 | 323.43 | 0.91 | 0.64 |
| Hex | F7 | 4E | B5 | 0 | 44 | 1B | 3 | 143 | 5B | 40 |
| Octal | 367 | 116 | 265 | 0 | 104 | 33 | 3 | 503 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10110101 | 0 | 1000100 | 11011 | 11 | 101000011 | 1011011 | 1000000 |
Color Harmonies of #F74EB5
Complementary color
Monochromatic Colors of #F74EB5
Black with #F74EB5
Text Example
Text Example
White with #F74EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EB5; }
p { color: rgb(247,78,181); }
H1.HeaderClassName
{
color: #F74EB5;
}
.AnyTagClassName
{
color: #F74EB5;
}
</style>
background-color css
<style>
a { background-color: #F74EB5; }
a { background-color: rgb(247,78,181); }
div.DivClassName
{
background-color: #F74EB5;
}
.BgClassName
{
background-color: #F74EB5;
}
</style>
border-color css
<style>
span { border-color: #F74EB5; }
span { border-color: rgb(247,78,181); }
td.TdClassName
{
border-color: #F74EB5;
}
.TagClassName
{
border-color: #F74EB5;
}
</style>