Shades of Brilliant Rose #F754AC
Tints of Brilliant Rose #F754AC
RGB
CMYK
RGB Variations
Color information
#F754AC (or 0xF754AC) is known color: Brilliant Rose. HEX triplet: F7, 54 and AC. RGB value is (247,84,172). Sum of RGB (Red+Green+Blue) = 247+84+172=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F754AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754AC is #08AB53. Grayscale: #8E8E8E. Windows color (decimal): -568148 or 11293943. OLE color: 11293943.
HSL color Cylindrical-coordinate representation of color #F754AC: hue angle of 327.61º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F754AC is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 172 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.03 |
| HSL | 327.61º | 0.91% | 0.65% | - |
| HSV(B) | 327.61º | 0.66% | 0.97% | - |
| XYZ | 48.97 | 29.09 | 42.06 | - |
| YUV | 142.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 172 | 0 | 0.66 | 0.30 | 0.03 | 327.61 | 0.91 | 0.65 |
| Hex | F7 | 54 | AC | 0 | 42 | 1E | 3 | 148 | 5B | 41 |
| Octal | 367 | 124 | 254 | 0 | 102 | 36 | 3 | 510 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10101100 | 0 | 1000010 | 11110 | 11 | 101001000 | 1011011 | 1000001 |
Color Harmonies of #F754AC
Complementary color
Monochromatic Colors of #F754AC
Black with #F754AC
Text Example
Text Example
White with #F754AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754AC; }
p { color: rgb(247,84,172); }
H1.HeaderClassName
{
color: #F754AC;
}
.AnyTagClassName
{
color: #F754AC;
}
</style>
background-color css
<style>
a { background-color: #F754AC; }
a { background-color: rgb(247,84,172); }
div.DivClassName
{
background-color: #F754AC;
}
.BgClassName
{
background-color: #F754AC;
}
</style>
border-color css
<style>
span { border-color: #F754AC; }
span { border-color: rgb(247,84,172); }
td.TdClassName
{
border-color: #F754AC;
}
.TagClassName
{
border-color: #F754AC;
}
</style>