Shades of Brilliant Rose #F752A6
Tints of Brilliant Rose #F752A6
RGB
CMYK
RGB Variations
Color information
#F752A6 (or 0xF752A6) is known color: Brilliant Rose. HEX triplet: F7, 52 and A6. RGB value is (247,82,166). Sum of RGB (Red+Green+Blue) = 247+82+166=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F752A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752A6 is #08AD59. Grayscale: #8C8C8C. Windows color (decimal): -568666 or 10900215. OLE color: 10900215.
HSL color Cylindrical-coordinate representation of color #F752A6: hue angle of 329.45º 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 #F752A6 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 166 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.03 |
| HSL | 329.45º | 0.91% | 0.65% | - |
| HSV(B) | 329.45º | 0.67% | 0.97% | - |
| XYZ | 48.26 | 28.56 | 39.05 | - |
| YUV | 140.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 166 | 0 | 0.67 | 0.33 | 0.03 | 329.45 | 0.91 | 0.65 |
| Hex | F7 | 52 | A6 | 0 | 43 | 21 | 3 | 149 | 5B | 41 |
| Octal | 367 | 122 | 246 | 0 | 103 | 41 | 3 | 511 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10100110 | 0 | 1000011 | 100001 | 11 | 101001001 | 1011011 | 1000001 |
Color Harmonies of #F752A6
Complementary color
Monochromatic Colors of #F752A6
Black with #F752A6
Text Example
Text Example
White with #F752A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752A6; }
p { color: rgb(247,82,166); }
H1.HeaderClassName
{
color: #F752A6;
}
.AnyTagClassName
{
color: #F752A6;
}
</style>
background-color css
<style>
a { background-color: #F752A6; }
a { background-color: rgb(247,82,166); }
div.DivClassName
{
background-color: #F752A6;
}
.BgClassName
{
background-color: #F752A6;
}
</style>
border-color css
<style>
span { border-color: #F752A6; }
span { border-color: rgb(247,82,166); }
td.TdClassName
{
border-color: #F752A6;
}
.TagClassName
{
border-color: #F752A6;
}
</style>