Shades of Brilliant Rose #F742A9
Tints of Brilliant Rose #F742A9
RGB
CMYK
RGB Variations
Color information
#F742A9 (or 0xF742A9) is known color: Brilliant Rose. HEX triplet: F7, 42 and A9. RGB value is (247,66,169). Sum of RGB (Red+Green+Blue) = 247+66+169=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F742A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F742A9 is #08BD56. Grayscale: #838383. Windows color (decimal): -572759 or 11092727. OLE color: 11092727.
HSL color Cylindrical-coordinate representation of color #F742A9: hue angle of 325.86º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742A9 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 169 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.03 |
| HSL | 325.86º | 0.92% | 0.61% | - |
| HSV(B) | 325.86º | 0.73% | 0.97% | - |
| XYZ | 47.47 | 26.54 | 40.16 | - |
| YUV | 131.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 169 | 0 | 0.73 | 0.32 | 0.03 | 325.86 | 0.92 | 0.61 |
| Hex | F7 | 42 | A9 | 0 | 49 | 20 | 3 | 146 | 5C | 3D |
| Octal | 367 | 102 | 251 | 0 | 111 | 40 | 3 | 506 | 134 | 75 |
| Binary | 11110111 | 1000010 | 10101001 | 0 | 1001001 | 100000 | 11 | 101000110 | 1011100 | 111101 |
Color Harmonies of #F742A9
Complementary color
Monochromatic Colors of #F742A9
Black with #F742A9
Text Example
Text Example
White with #F742A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F742A9; }
p { color: rgb(247,66,169); }
H1.HeaderClassName
{
color: #F742A9;
}
.AnyTagClassName
{
color: #F742A9;
}
</style>
background-color css
<style>
a { background-color: #F742A9; }
a { background-color: rgb(247,66,169); }
div.DivClassName
{
background-color: #F742A9;
}
.BgClassName
{
background-color: #F742A9;
}
</style>
border-color css
<style>
span { border-color: #F742A9; }
span { border-color: rgb(247,66,169); }
td.TdClassName
{
border-color: #F742A9;
}
.TagClassName
{
border-color: #F742A9;
}
</style>