Shades of Brilliant Rose #F749AF
Tints of Brilliant Rose #F749AF
RGB
CMYK
RGB Variations
Color information
#F749AF (or 0xF749AF) is known color: Brilliant Rose. HEX triplet: F7, 49 and AF. RGB value is (247,73,175). Sum of RGB (Red+Green+Blue) = 247+73+175=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F749AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F749AF is #08B650. Grayscale: #888888. Windows color (decimal): -570961 or 11487735. OLE color: 11487735.
HSL color Cylindrical-coordinate representation of color #F749AF: hue angle of 324.83º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749AF is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 175 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.03 |
| HSL | 324.83º | 0.92% | 0.63% | - |
| HSV(B) | 324.83º | 0.7% | 0.97% | - |
| XYZ | 48.48 | 27.63 | 43.34 | - |
| YUV | 136.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 175 | 0 | 0.70 | 0.29 | 0.03 | 324.83 | 0.92 | 0.63 |
| Hex | F7 | 49 | AF | 0 | 46 | 1D | 3 | 145 | 5C | 3F |
| Octal | 367 | 111 | 257 | 0 | 106 | 35 | 3 | 505 | 134 | 77 |
| Binary | 11110111 | 1001001 | 10101111 | 0 | 1000110 | 11101 | 11 | 101000101 | 1011100 | 111111 |
Color Harmonies of #F749AF
Complementary color
Monochromatic Colors of #F749AF
Black with #F749AF
Text Example
Text Example
White with #F749AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749AF; }
p { color: rgb(247,73,175); }
H1.HeaderClassName
{
color: #F749AF;
}
.AnyTagClassName
{
color: #F749AF;
}
</style>
background-color css
<style>
a { background-color: #F749AF; }
a { background-color: rgb(247,73,175); }
div.DivClassName
{
background-color: #F749AF;
}
.BgClassName
{
background-color: #F749AF;
}
</style>
border-color css
<style>
span { border-color: #F749AF; }
span { border-color: rgb(247,73,175); }
td.TdClassName
{
border-color: #F749AF;
}
.TagClassName
{
border-color: #F749AF;
}
</style>