Shades of Brilliant Rose #F752AD
Tints of Brilliant Rose #F752AD
RGB
CMYK
RGB Variations
Color information
#F752AD (or 0xF752AD) is known color: Brilliant Rose. HEX triplet: F7, 52 and AD. RGB value is (247,82,173). Sum of RGB (Red+Green+Blue) = 247+82+173=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F752AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F752AD is #08AD52. Grayscale: #8D8D8D. Windows color (decimal): -568659 or 11358967. OLE color: 11358967.
HSL color Cylindrical-coordinate representation of color #F752AD: hue angle of 326.91º 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 #F752AD is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 173 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.03 |
| HSL | 326.91º | 0.91% | 0.65% | - |
| HSV(B) | 326.91º | 0.67% | 0.97% | - |
| XYZ | 48.92 | 28.83 | 42.52 | - |
| YUV | 141.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 173 | 0 | 0.67 | 0.30 | 0.03 | 326.91 | 0.91 | 0.65 |
| Hex | F7 | 52 | AD | 0 | 43 | 1E | 3 | 147 | 5B | 41 |
| Octal | 367 | 122 | 255 | 0 | 103 | 36 | 3 | 507 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10101101 | 0 | 1000011 | 11110 | 11 | 101000111 | 1011011 | 1000001 |
Color Harmonies of #F752AD
Complementary color
Monochromatic Colors of #F752AD
Black with #F752AD
Text Example
Text Example
White with #F752AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752AD; }
p { color: rgb(247,82,173); }
H1.HeaderClassName
{
color: #F752AD;
}
.AnyTagClassName
{
color: #F752AD;
}
</style>
background-color css
<style>
a { background-color: #F752AD; }
a { background-color: rgb(247,82,173); }
div.DivClassName
{
background-color: #F752AD;
}
.BgClassName
{
background-color: #F752AD;
}
</style>
border-color css
<style>
span { border-color: #F752AD; }
span { border-color: rgb(247,82,173); }
td.TdClassName
{
border-color: #F752AD;
}
.TagClassName
{
border-color: #F752AD;
}
</style>