Shades of Brilliant Rose #F754A1
Tints of Brilliant Rose #F754A1
RGB
CMYK
RGB Variations
Color information
#F754A1 (or 0xF754A1) is known color: Brilliant Rose. HEX triplet: F7, 54 and A1. RGB value is (247,84,161). Sum of RGB (Red+Green+Blue) = 247+84+161=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F754A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754A1 is #08AB5E. Grayscale: #8D8D8D. Windows color (decimal): -568159 or 10573047. OLE color: 10573047.
HSL color Cylindrical-coordinate representation of color #F754A1: hue angle of 331.66º 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 #F754A1 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 161 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.03 |
| HSL | 331.66º | 0.91% | 0.65% | - |
| HSV(B) | 331.66º | 0.66% | 0.97% | - |
| XYZ | 47.96 | 28.69 | 36.73 | - |
| YUV | 141.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 161 | 0 | 0.66 | 0.35 | 0.03 | 331.66 | 0.91 | 0.65 |
| Hex | F7 | 54 | A1 | 0 | 42 | 23 | 3 | 14C | 5B | 41 |
| Octal | 367 | 124 | 241 | 0 | 102 | 43 | 3 | 514 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10100001 | 0 | 1000010 | 100011 | 11 | 101001100 | 1011011 | 1000001 |
Color Harmonies of #F754A1
Complementary color
Monochromatic Colors of #F754A1
Black with #F754A1
Text Example
Text Example
White with #F754A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754A1; }
p { color: rgb(247,84,161); }
H1.HeaderClassName
{
color: #F754A1;
}
.AnyTagClassName
{
color: #F754A1;
}
</style>
background-color css
<style>
a { background-color: #F754A1; }
a { background-color: rgb(247,84,161); }
div.DivClassName
{
background-color: #F754A1;
}
.BgClassName
{
background-color: #F754A1;
}
</style>
border-color css
<style>
span { border-color: #F754A1; }
span { border-color: rgb(247,84,161); }
td.TdClassName
{
border-color: #F754A1;
}
.TagClassName
{
border-color: #F754A1;
}
</style>