Shades of Brilliant Rose #F758B0
Tints of Brilliant Rose #F758B0
RGB
CMYK
RGB Variations
Color information
#F758B0 (or 0xF758B0) is known color: Brilliant Rose. HEX triplet: F7, 58 and B0. RGB value is (247,88,176). Sum of RGB (Red+Green+Blue) = 247+88+176=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F758B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758B0 is #08A74F. Grayscale: #919191. Windows color (decimal): -567120 or 11557111. OLE color: 11557111.
HSL color Cylindrical-coordinate representation of color #F758B0: hue angle of 326.79º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F758B0 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 176 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.03 |
| HSL | 326.79º | 0.91% | 0.66% | - |
| HSV(B) | 326.79º | 0.64% | 0.97% | - |
| XYZ | 49.68 | 29.89 | 44.22 | - |
| YUV | 145.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 176 | 0 | 0.64 | 0.29 | 0.03 | 326.79 | 0.91 | 0.66 |
| Hex | F7 | 58 | B0 | 0 | 40 | 1D | 3 | 147 | 5B | 42 |
| Octal | 367 | 130 | 260 | 0 | 100 | 35 | 3 | 507 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10110000 | 0 | 1000000 | 11101 | 11 | 101000111 | 1011011 | 1000010 |
Color Harmonies of #F758B0
Complementary color
Monochromatic Colors of #F758B0
Black with #F758B0
Text Example
Text Example
White with #F758B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758B0; }
p { color: rgb(247,88,176); }
H1.HeaderClassName
{
color: #F758B0;
}
.AnyTagClassName
{
color: #F758B0;
}
</style>
background-color css
<style>
a { background-color: #F758B0; }
a { background-color: rgb(247,88,176); }
div.DivClassName
{
background-color: #F758B0;
}
.BgClassName
{
background-color: #F758B0;
}
</style>
border-color css
<style>
span { border-color: #F758B0; }
span { border-color: rgb(247,88,176); }
td.TdClassName
{
border-color: #F758B0;
}
.TagClassName
{
border-color: #F758B0;
}
</style>