Shades of Brilliant Rose #F754AA
Tints of Brilliant Rose #F754AA
RGB
CMYK
RGB Variations
Color information
#F754AA (or 0xF754AA) is known color: Brilliant Rose. HEX triplet: F7, 54 and AA. RGB value is (247,84,170). Sum of RGB (Red+Green+Blue) = 247+84+170=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F754AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754AA is #08AB55. Grayscale: #8E8E8E. Windows color (decimal): -568150 or 11162871. OLE color: 11162871.
HSL color Cylindrical-coordinate representation of color #F754AA: hue angle of 328.34º 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 #F754AA is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 170 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.03 |
| HSL | 328.34º | 0.91% | 0.65% | - |
| HSV(B) | 328.34º | 0.66% | 0.97% | - |
| XYZ | 48.78 | 29.02 | 41.06 | - |
| YUV | 142.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 170 | 0 | 0.66 | 0.31 | 0.03 | 328.34 | 0.91 | 0.65 |
| Hex | F7 | 54 | AA | 0 | 42 | 1F | 3 | 148 | 5B | 41 |
| Octal | 367 | 124 | 252 | 0 | 102 | 37 | 3 | 510 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10101010 | 0 | 1000010 | 11111 | 11 | 101001000 | 1011011 | 1000001 |
Color Harmonies of #F754AA
Complementary color
Monochromatic Colors of #F754AA
Black with #F754AA
Text Example
Text Example
White with #F754AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754AA; }
p { color: rgb(247,84,170); }
H1.HeaderClassName
{
color: #F754AA;
}
.AnyTagClassName
{
color: #F754AA;
}
</style>
background-color css
<style>
a { background-color: #F754AA; }
a { background-color: rgb(247,84,170); }
div.DivClassName
{
background-color: #F754AA;
}
.BgClassName
{
background-color: #F754AA;
}
</style>
border-color css
<style>
span { border-color: #F754AA; }
span { border-color: rgb(247,84,170); }
td.TdClassName
{
border-color: #F754AA;
}
.TagClassName
{
border-color: #F754AA;
}
</style>