Shades of Brilliant Rose #F75BAC
Tints of Brilliant Rose #F75BAC
RGB
CMYK
RGB Variations
Color information
#F75BAC (or 0xF75BAC) is known color: Brilliant Rose. HEX triplet: F7, 5B and AC. RGB value is (247,91,172). Sum of RGB (Red+Green+Blue) = 247+91+172=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75BAC is #08A453. Grayscale: #929292. Windows color (decimal): -566356 or 11295735. OLE color: 11295735.
HSL color Cylindrical-coordinate representation of color #F75BAC: hue angle of 328.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BAC is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 172 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.03 |
| HSL | 328.85º | 0.91% | 0.66% | - |
| HSV(B) | 328.85º | 0.63% | 0.97% | - |
| XYZ | 49.55 | 30.23 | 42.25 | - |
| YUV | 146.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 172 | 0 | 0.63 | 0.30 | 0.03 | 328.85 | 0.91 | 0.66 |
| Hex | F7 | 5B | AC | 0 | 3F | 1E | 3 | 149 | 5B | 42 |
| Octal | 367 | 133 | 254 | 0 | 77 | 36 | 3 | 511 | 133 | 102 |
| Binary | 11110111 | 1011011 | 10101100 | 0 | 111111 | 11110 | 11 | 101001001 | 1011011 | 1000010 |
Color Harmonies of #F75BAC
Complementary color
Monochromatic Colors of #F75BAC
Black with #F75BAC
Text Example
Text Example
White with #F75BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75BAC; }
p { color: rgb(247,91,172); }
H1.HeaderClassName
{
color: #F75BAC;
}
.AnyTagClassName
{
color: #F75BAC;
}
</style>
background-color css
<style>
a { background-color: #F75BAC; }
a { background-color: rgb(247,91,172); }
div.DivClassName
{
background-color: #F75BAC;
}
.BgClassName
{
background-color: #F75BAC;
}
</style>
border-color css
<style>
span { border-color: #F75BAC; }
span { border-color: rgb(247,91,172); }
td.TdClassName
{
border-color: #F75BAC;
}
.TagClassName
{
border-color: #F75BAC;
}
</style>