Shades of Brilliant Rose #F758AF
Tints of Brilliant Rose #F758AF
RGB
CMYK
RGB Variations
Color information
#F758AF (or 0xF758AF) is known color: Brilliant Rose. HEX triplet: F7, 58 and AF. RGB value is (247,88,175). Sum of RGB (Red+Green+Blue) = 247+88+175=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F758AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F758AF is #08A750. Grayscale: #919191. Windows color (decimal): -567121 or 11491575. OLE color: 11491575.
HSL color Cylindrical-coordinate representation of color #F758AF: hue angle of 327.17º 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 #F758AF is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 175 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.03 |
| HSL | 327.17º | 0.91% | 0.66% | - |
| HSV(B) | 327.17º | 0.64% | 0.97% | - |
| XYZ | 49.59 | 29.85 | 43.71 | - |
| YUV | 145.46 | 144.68 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 175 | 0 | 0.64 | 0.29 | 0.03 | 327.17 | 0.91 | 0.66 |
| Hex | F7 | 58 | AF | 0 | 40 | 1D | 3 | 147 | 5B | 42 |
| Octal | 367 | 130 | 257 | 0 | 100 | 35 | 3 | 507 | 133 | 102 |
| Binary | 11110111 | 1011000 | 10101111 | 0 | 1000000 | 11101 | 11 | 101000111 | 1011011 | 1000010 |
Color Harmonies of #F758AF
Complementary color
Monochromatic Colors of #F758AF
Black with #F758AF
Text Example
Text Example
White with #F758AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758AF; }
p { color: rgb(247,88,175); }
H1.HeaderClassName
{
color: #F758AF;
}
.AnyTagClassName
{
color: #F758AF;
}
</style>
background-color css
<style>
a { background-color: #F758AF; }
a { background-color: rgb(247,88,175); }
div.DivClassName
{
background-color: #F758AF;
}
.BgClassName
{
background-color: #F758AF;
}
</style>
border-color css
<style>
span { border-color: #F758AF; }
span { border-color: rgb(247,88,175); }
td.TdClassName
{
border-color: #F758AF;
}
.TagClassName
{
border-color: #F758AF;
}
</style>