Shades of Brilliant Rose #F74E9A
Tints of Brilliant Rose #F74E9A
RGB
CMYK
RGB Variations
Color information
#F74E9A (or 0xF74E9A) is known color: Brilliant Rose. HEX triplet: F7, 4E and 9A. RGB value is (247,78,154). Sum of RGB (Red+Green+Blue) = 247+78+154=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74E9A is #08B165. Grayscale: #898989. Windows color (decimal): -569702 or 10112759. OLE color: 10112759.
HSL color Cylindrical-coordinate representation of color #F74E9A: hue angle of 333.02º 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 #F74E9A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 154 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.03 |
| HSL | 333.02º | 0.91% | 0.64% | - |
| HSV(B) | 333.02º | 0.68% | 0.97% | - |
| XYZ | 46.91 | 27.56 | 33.42 | - |
| YUV | 137.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 154 | 0 | 0.68 | 0.38 | 0.03 | 333.02 | 0.91 | 0.64 |
| Hex | F7 | 4E | 9A | 0 | 44 | 26 | 3 | 14D | 5B | 40 |
| Octal | 367 | 116 | 232 | 0 | 104 | 46 | 3 | 515 | 133 | 100 |
| Binary | 11110111 | 1001110 | 10011010 | 0 | 1000100 | 100110 | 11 | 101001101 | 1011011 | 1000000 |
Color Harmonies of #F74E9A
Complementary color
Monochromatic Colors of #F74E9A
Black with #F74E9A
Text Example
Text Example
White with #F74E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E9A; }
p { color: rgb(247,78,154); }
H1.HeaderClassName
{
color: #F74E9A;
}
.AnyTagClassName
{
color: #F74E9A;
}
</style>
background-color css
<style>
a { background-color: #F74E9A; }
a { background-color: rgb(247,78,154); }
div.DivClassName
{
background-color: #F74E9A;
}
.BgClassName
{
background-color: #F74E9A;
}
</style>
border-color css
<style>
span { border-color: #F74E9A; }
span { border-color: rgb(247,78,154); }
td.TdClassName
{
border-color: #F74E9A;
}
.TagClassName
{
border-color: #F74E9A;
}
</style>