Shades of Brilliant Rose #F758A6
Tints of Brilliant Rose #F758A6
RGB
CMYK
RGB Variations
Color information
#F758A6 (or 0xF758A6) is known color: Brilliant Rose. HEX triplet: F7, 58 and A6. RGB value is (247,88,166). Sum of RGB (Red+Green+Blue) = 247+88+166=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F758A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758A6 is #08A759. Grayscale: #909090. Windows color (decimal): -567130 or 10901751. OLE color: 10901751.
HSL color Cylindrical-coordinate representation of color #F758A6: hue angle of 330.57º 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 #F758A6 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 166 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.03 |
| HSL | 330.57º | 0.91% | 0.66% | - |
| HSV(B) | 330.57º | 0.64% | 0.97% | - |
| XYZ | 48.73 | 29.51 | 39.2 | - |
| YUV | 144.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 166 | 0 | 0.64 | 0.33 | 0.03 | 330.57 | 0.91 | 0.66 |
| Hex | F7 | 58 | A6 | 0 | 40 | 21 | 3 | 14B | 5B | 42 |
| Octal | 367 | 130 | 246 | 0 | 100 | 41 | 3 | 513 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10100110 | 0 | 1000000 | 100001 | 11 | 101001011 | 1011011 | 1000010 |
Color Harmonies of #F758A6
Complementary color
Monochromatic Colors of #F758A6
Black with #F758A6
Text Example
Text Example
White with #F758A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758A6; }
p { color: rgb(247,88,166); }
H1.HeaderClassName
{
color: #F758A6;
}
.AnyTagClassName
{
color: #F758A6;
}
</style>
background-color css
<style>
a { background-color: #F758A6; }
a { background-color: rgb(247,88,166); }
div.DivClassName
{
background-color: #F758A6;
}
.BgClassName
{
background-color: #F758A6;
}
</style>
border-color css
<style>
span { border-color: #F758A6; }
span { border-color: rgb(247,88,166); }
td.TdClassName
{
border-color: #F758A6;
}
.TagClassName
{
border-color: #F758A6;
}
</style>