Shades of Brilliant Rose #F752AC
Tints of Brilliant Rose #F752AC
RGB
CMYK
RGB Variations
Color information
#F752AC (or 0xF752AC) is known color: Brilliant Rose. HEX triplet: F7, 52 and AC. RGB value is (247,82,172). Sum of RGB (Red+Green+Blue) = 247+82+172=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F752AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752AC is #08AD53. Grayscale: #8D8D8D. Windows color (decimal): -568660 or 11293431. OLE color: 11293431.
HSL color Cylindrical-coordinate representation of color #F752AC: hue angle of 327.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752AC is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 172 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.03 |
| HSL | 327.27º | 0.91% | 0.65% | - |
| HSV(B) | 327.27º | 0.67% | 0.97% | - |
| XYZ | 48.82 | 28.79 | 42.01 | - |
| YUV | 141.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 172 | 0 | 0.67 | 0.30 | 0.03 | 327.27 | 0.91 | 0.65 |
| Hex | F7 | 52 | AC | 0 | 43 | 1E | 3 | 147 | 5B | 41 |
| Octal | 367 | 122 | 254 | 0 | 103 | 36 | 3 | 507 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10101100 | 0 | 1000011 | 11110 | 11 | 101000111 | 1011011 | 1000001 |
Color Harmonies of #F752AC
Complementary color
Monochromatic Colors of #F752AC
Black with #F752AC
Text Example
Text Example
White with #F752AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752AC; }
p { color: rgb(247,82,172); }
H1.HeaderClassName
{
color: #F752AC;
}
.AnyTagClassName
{
color: #F752AC;
}
</style>
background-color css
<style>
a { background-color: #F752AC; }
a { background-color: rgb(247,82,172); }
div.DivClassName
{
background-color: #F752AC;
}
.BgClassName
{
background-color: #F752AC;
}
</style>
border-color css
<style>
span { border-color: #F752AC; }
span { border-color: rgb(247,82,172); }
td.TdClassName
{
border-color: #F752AC;
}
.TagClassName
{
border-color: #F752AC;
}
</style>