Shades of Brilliant Rose #F758AA
Tints of Brilliant Rose #F758AA
RGB
CMYK
RGB Variations
Color information
#F758AA (or 0xF758AA) is known color: Brilliant Rose. HEX triplet: F7, 58 and AA. RGB value is (247,88,170). Sum of RGB (Red+Green+Blue) = 247+88+170=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F758AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758AA is #08A755. Grayscale: #909090. Windows color (decimal): -567126 or 11163895. OLE color: 11163895.
HSL color Cylindrical-coordinate representation of color #F758AA: hue angle of 329.06º 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 #F758AA is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 170 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.03 |
| HSL | 329.06º | 0.91% | 0.66% | - |
| HSV(B) | 329.06º | 0.64% | 0.97% | - |
| XYZ | 49.1 | 29.66 | 41.17 | - |
| YUV | 144.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 170 | 0 | 0.64 | 0.31 | 0.03 | 329.06 | 0.91 | 0.66 |
| Hex | F7 | 58 | AA | 0 | 40 | 1F | 3 | 149 | 5B | 42 |
| Octal | 367 | 130 | 252 | 0 | 100 | 37 | 3 | 511 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10101010 | 0 | 1000000 | 11111 | 11 | 101001001 | 1011011 | 1000010 |
Color Harmonies of #F758AA
Complementary color
Monochromatic Colors of #F758AA
Black with #F758AA
Text Example
Text Example
White with #F758AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758AA; }
p { color: rgb(247,88,170); }
H1.HeaderClassName
{
color: #F758AA;
}
.AnyTagClassName
{
color: #F758AA;
}
</style>
background-color css
<style>
a { background-color: #F758AA; }
a { background-color: rgb(247,88,170); }
div.DivClassName
{
background-color: #F758AA;
}
.BgClassName
{
background-color: #F758AA;
}
</style>
border-color css
<style>
span { border-color: #F758AA; }
span { border-color: rgb(247,88,170); }
td.TdClassName
{
border-color: #F758AA;
}
.TagClassName
{
border-color: #F758AA;
}
</style>