Shades of Brilliant Rose #F746AF
Tints of Brilliant Rose #F746AF
RGB
CMYK
RGB Variations
Color information
#F746AF (or 0xF746AF) is known color: Brilliant Rose. HEX triplet: F7, 46 and AF. RGB value is (247,70,175). Sum of RGB (Red+Green+Blue) = 247+70+175=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F746AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F746AF is #08B950. Grayscale: #868686. Windows color (decimal): -571729 or 11486967. OLE color: 11486967.
HSL color Cylindrical-coordinate representation of color #F746AF: hue angle of 324.41º 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 #F746AF is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 70 | 175 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.03 |
| HSL | 324.41º | 0.92% | 0.62% | - |
| HSV(B) | 324.41º | 0.72% | 0.97% | - |
| XYZ | 48.29 | 27.25 | 43.27 | - |
| YUV | 134.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 70 | 175 | 0 | 0.72 | 0.29 | 0.03 | 324.41 | 0.92 | 0.62 |
| Hex | F7 | 46 | AF | 0 | 48 | 1D | 3 | 144 | 5C | 3E |
| Octal | 367 | 106 | 257 | 0 | 110 | 35 | 3 | 504 | 134 | 76 |
| Binary | 11110111 | 1000110 | 10101111 | 0 | 1001000 | 11101 | 11 | 101000100 | 1011100 | 111110 |
Color Harmonies of #F746AF
Complementary color
Monochromatic Colors of #F746AF
Black with #F746AF
Text Example
Text Example
White with #F746AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F746AF; }
p { color: rgb(247,70,175); }
H1.HeaderClassName
{
color: #F746AF;
}
.AnyTagClassName
{
color: #F746AF;
}
</style>
background-color css
<style>
a { background-color: #F746AF; }
a { background-color: rgb(247,70,175); }
div.DivClassName
{
background-color: #F746AF;
}
.BgClassName
{
background-color: #F746AF;
}
</style>
border-color css
<style>
span { border-color: #F746AF; }
span { border-color: rgb(247,70,175); }
td.TdClassName
{
border-color: #F746AF;
}
.TagClassName
{
border-color: #F746AF;
}
</style>