Shades of Brilliant Rose #F754B2
Tints of Brilliant Rose #F754B2
RGB
CMYK
RGB Variations
Color information
#F754B2 (or 0xF754B2) is known color: Brilliant Rose. HEX triplet: F7, 54 and B2. RGB value is (247,84,178). Sum of RGB (Red+Green+Blue) = 247+84+178=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F754B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F754B2 is #08AB4D. Grayscale: #8F8F8F. Windows color (decimal): -568142 or 11687159. OLE color: 11687159.
HSL color Cylindrical-coordinate representation of color #F754B2: hue angle of 325.4º 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 #F754B2 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 178 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.03 |
| HSL | 325.4º | 0.91% | 0.65% | - |
| HSV(B) | 325.4º | 0.66% | 0.97% | - |
| XYZ | 49.56 | 29.33 | 45.17 | - |
| YUV | 143.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 178 | 0 | 0.66 | 0.28 | 0.03 | 325.4 | 0.91 | 0.65 |
| Hex | F7 | 54 | B2 | 0 | 42 | 1C | 3 | 145 | 5B | 41 |
| Octal | 367 | 124 | 262 | 0 | 102 | 34 | 3 | 505 | 133 | 101 |
| Binary | 11110111 | 1010100 | 10110010 | 0 | 1000010 | 11100 | 11 | 101000101 | 1011011 | 1000001 |
Color Harmonies of #F754B2
Complementary color
Monochromatic Colors of #F754B2
Black with #F754B2
Text Example
Text Example
White with #F754B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754B2; }
p { color: rgb(247,84,178); }
H1.HeaderClassName
{
color: #F754B2;
}
.AnyTagClassName
{
color: #F754B2;
}
</style>
background-color css
<style>
a { background-color: #F754B2; }
a { background-color: rgb(247,84,178); }
div.DivClassName
{
background-color: #F754B2;
}
.BgClassName
{
background-color: #F754B2;
}
</style>
border-color css
<style>
span { border-color: #F754B2; }
span { border-color: rgb(247,84,178); }
td.TdClassName
{
border-color: #F754B2;
}
.TagClassName
{
border-color: #F754B2;
}
</style>