Shades of Brilliant Rose #F756AA
Tints of Brilliant Rose #F756AA
RGB
CMYK
RGB Variations
Color information
#F756AA (or 0xF756AA) is known color: Brilliant Rose. HEX triplet: F7, 56 and AA. RGB value is (247,86,170). Sum of RGB (Red+Green+Blue) = 247+86+170=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F756AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F756AA is #08A955. Grayscale: #8F8F8F. Windows color (decimal): -567638 or 11163383. OLE color: 11163383.
HSL color Cylindrical-coordinate representation of color #F756AA: hue angle of 328.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756AA is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 170 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.03 |
| HSL | 328.7º | 0.91% | 0.65% | - |
| HSV(B) | 328.7º | 0.65% | 0.97% | - |
| XYZ | 48.94 | 29.33 | 41.11 | - |
| YUV | 143.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 170 | 0 | 0.65 | 0.31 | 0.03 | 328.7 | 0.91 | 0.65 |
| Hex | F7 | 56 | AA | 0 | 41 | 1F | 3 | 149 | 5B | 41 |
| Octal | 367 | 126 | 252 | 0 | 101 | 37 | 3 | 511 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10101010 | 0 | 1000001 | 11111 | 11 | 101001001 | 1011011 | 1000001 |
Color Harmonies of #F756AA
Complementary color
Monochromatic Colors of #F756AA
Black with #F756AA
Text Example
Text Example
White with #F756AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756AA; }
p { color: rgb(247,86,170); }
H1.HeaderClassName
{
color: #F756AA;
}
.AnyTagClassName
{
color: #F756AA;
}
</style>
background-color css
<style>
a { background-color: #F756AA; }
a { background-color: rgb(247,86,170); }
div.DivClassName
{
background-color: #F756AA;
}
.BgClassName
{
background-color: #F756AA;
}
</style>
border-color css
<style>
span { border-color: #F756AA; }
span { border-color: rgb(247,86,170); }
td.TdClassName
{
border-color: #F756AA;
}
.TagClassName
{
border-color: #F756AA;
}
</style>