Shades of Brilliant Rose #F756B2
Tints of Brilliant Rose #F756B2
RGB
CMYK
RGB Variations
Color information
#F756B2 (or 0xF756B2) is known color: Brilliant Rose. HEX triplet: F7, 56 and B2. RGB value is (247,86,178). Sum of RGB (Red+Green+Blue) = 247+86+178=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F756B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F756B2 is #08A94D. Grayscale: #909090. Windows color (decimal): -567630 or 11687671. OLE color: 11687671.
HSL color Cylindrical-coordinate representation of color #F756B2: hue angle of 325.71º 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 #F756B2 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 178 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.03 |
| HSL | 325.71º | 0.91% | 0.65% | - |
| HSV(B) | 325.71º | 0.65% | 0.97% | - |
| XYZ | 49.72 | 29.64 | 45.22 | - |
| YUV | 144.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 178 | 0 | 0.65 | 0.28 | 0.03 | 325.71 | 0.91 | 0.65 |
| Hex | F7 | 56 | B2 | 0 | 41 | 1C | 3 | 146 | 5B | 41 |
| Octal | 367 | 126 | 262 | 0 | 101 | 34 | 3 | 506 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10110010 | 0 | 1000001 | 11100 | 11 | 101000110 | 1011011 | 1000001 |
Color Harmonies of #F756B2
Complementary color
Monochromatic Colors of #F756B2
Black with #F756B2
Text Example
Text Example
White with #F756B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756B2; }
p { color: rgb(247,86,178); }
H1.HeaderClassName
{
color: #F756B2;
}
.AnyTagClassName
{
color: #F756B2;
}
</style>
background-color css
<style>
a { background-color: #F756B2; }
a { background-color: rgb(247,86,178); }
div.DivClassName
{
background-color: #F756B2;
}
.BgClassName
{
background-color: #F756B2;
}
</style>
border-color css
<style>
span { border-color: #F756B2; }
span { border-color: rgb(247,86,178); }
td.TdClassName
{
border-color: #F756B2;
}
.TagClassName
{
border-color: #F756B2;
}
</style>