Shades of Brilliant Rose #F744A6
Tints of Brilliant Rose #F744A6
RGB
CMYK
RGB Variations
Color information
#F744A6 (or 0xF744A6) is known color: Brilliant Rose. HEX triplet: F7, 44 and A6. RGB value is (247,68,166). Sum of RGB (Red+Green+Blue) = 247+68+166=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F744A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F744A6 is #08BB59. Grayscale: #848484. Windows color (decimal): -572250 or 10896631. OLE color: 10896631.
HSL color Cylindrical-coordinate representation of color #F744A6: hue angle of 327.15º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744A6 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 166 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.03 |
| HSL | 327.15º | 0.92% | 0.62% | - |
| HSV(B) | 327.15º | 0.72% | 0.97% | - |
| XYZ | 47.31 | 26.66 | 38.73 | - |
| YUV | 132.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 166 | 0 | 0.72 | 0.33 | 0.03 | 327.15 | 0.92 | 0.62 |
| Hex | F7 | 44 | A6 | 0 | 48 | 21 | 3 | 147 | 5C | 3E |
| Octal | 367 | 104 | 246 | 0 | 110 | 41 | 3 | 507 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10100110 | 0 | 1001000 | 100001 | 11 | 101000111 | 1011100 | 111110 |
Color Harmonies of #F744A6
Complementary color
Monochromatic Colors of #F744A6
Black with #F744A6
Text Example
Text Example
White with #F744A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744A6; }
p { color: rgb(247,68,166); }
H1.HeaderClassName
{
color: #F744A6;
}
.AnyTagClassName
{
color: #F744A6;
}
</style>
background-color css
<style>
a { background-color: #F744A6; }
a { background-color: rgb(247,68,166); }
div.DivClassName
{
background-color: #F744A6;
}
.BgClassName
{
background-color: #F744A6;
}
</style>
border-color css
<style>
span { border-color: #F744A6; }
span { border-color: rgb(247,68,166); }
td.TdClassName
{
border-color: #F744A6;
}
.TagClassName
{
border-color: #F744A6;
}
</style>