Shades of Brilliant Rose #F758AC
Tints of Brilliant Rose #F758AC
RGB
CMYK
RGB Variations
Color information
#F758AC (or 0xF758AC) is known color: Brilliant Rose. HEX triplet: F7, 58 and AC. RGB value is (247,88,172). Sum of RGB (Red+Green+Blue) = 247+88+172=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F758AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758AC is #08A753. Grayscale: #909090. Windows color (decimal): -567124 or 11294967. OLE color: 11294967.
HSL color Cylindrical-coordinate representation of color #F758AC: hue angle of 328.3º 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 #F758AC is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 172 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.03 |
| HSL | 328.3º | 0.91% | 0.66% | - |
| HSV(B) | 328.3º | 0.64% | 0.97% | - |
| XYZ | 49.29 | 29.73 | 42.17 | - |
| YUV | 145.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 172 | 0 | 0.64 | 0.30 | 0.03 | 328.3 | 0.91 | 0.66 |
| Hex | F7 | 58 | AC | 0 | 40 | 1E | 3 | 148 | 5B | 42 |
| Octal | 367 | 130 | 254 | 0 | 100 | 36 | 3 | 510 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10101100 | 0 | 1000000 | 11110 | 11 | 101001000 | 1011011 | 1000010 |
Color Harmonies of #F758AC
Complementary color
Monochromatic Colors of #F758AC
Black with #F758AC
Text Example
Text Example
White with #F758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758AC; }
p { color: rgb(247,88,172); }
H1.HeaderClassName
{
color: #F758AC;
}
.AnyTagClassName
{
color: #F758AC;
}
</style>
background-color css
<style>
a { background-color: #F758AC; }
a { background-color: rgb(247,88,172); }
div.DivClassName
{
background-color: #F758AC;
}
.BgClassName
{
background-color: #F758AC;
}
</style>
border-color css
<style>
span { border-color: #F758AC; }
span { border-color: rgb(247,88,172); }
td.TdClassName
{
border-color: #F758AC;
}
.TagClassName
{
border-color: #F758AC;
}
</style>