Shades of Brilliant Rose #F758A2
Tints of Brilliant Rose #F758A2
RGB
CMYK
RGB Variations
Color information
#F758A2 (or 0xF758A2) is known color: Brilliant Rose. HEX triplet: F7, 58 and A2. RGB value is (247,88,162). Sum of RGB (Red+Green+Blue) = 247+88+162=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F758A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758A2 is #08A75D. Grayscale: #8F8F8F. Windows color (decimal): -567134 or 10639607. OLE color: 10639607.
HSL color Cylindrical-coordinate representation of color #F758A2: hue angle of 332.08º 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 #F758A2 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 162 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.03 |
| HSL | 332.08º | 0.91% | 0.66% | - |
| HSV(B) | 332.08º | 0.64% | 0.97% | - |
| XYZ | 48.37 | 29.36 | 37.3 | - |
| YUV | 143.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 162 | 0 | 0.64 | 0.34 | 0.03 | 332.08 | 0.91 | 0.66 |
| Hex | F7 | 58 | A2 | 0 | 40 | 22 | 3 | 14C | 5B | 42 |
| Octal | 367 | 130 | 242 | 0 | 100 | 42 | 3 | 514 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10100010 | 0 | 1000000 | 100010 | 11 | 101001100 | 1011011 | 1000010 |
Color Harmonies of #F758A2
Complementary color
Monochromatic Colors of #F758A2
Black with #F758A2
Text Example
Text Example
White with #F758A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758A2; }
p { color: rgb(247,88,162); }
H1.HeaderClassName
{
color: #F758A2;
}
.AnyTagClassName
{
color: #F758A2;
}
</style>
background-color css
<style>
a { background-color: #F758A2; }
a { background-color: rgb(247,88,162); }
div.DivClassName
{
background-color: #F758A2;
}
.BgClassName
{
background-color: #F758A2;
}
</style>
border-color css
<style>
span { border-color: #F758A2; }
span { border-color: rgb(247,88,162); }
td.TdClassName
{
border-color: #F758A2;
}
.TagClassName
{
border-color: #F758A2;
}
</style>