Shades of Brilliant Rose #F751B0
Tints of Brilliant Rose #F751B0
RGB
CMYK
RGB Variations
Color information
#F751B0 (or 0xF751B0) is known color: Brilliant Rose. HEX triplet: F7, 51 and B0. RGB value is (247,81,176). Sum of RGB (Red+Green+Blue) = 247+81+176=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F751B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F751B0 is #08AE4F. Grayscale: #8D8D8D. Windows color (decimal): -568912 or 11555319. OLE color: 11555319.
HSL color Cylindrical-coordinate representation of color #F751B0: hue angle of 325.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751B0 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 176 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.03 |
| HSL | 325.66º | 0.91% | 0.64% | - |
| HSV(B) | 325.66º | 0.67% | 0.97% | - |
| XYZ | 49.14 | 28.79 | 44.04 | - |
| YUV | 141.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 176 | 0 | 0.67 | 0.29 | 0.03 | 325.66 | 0.91 | 0.64 |
| Hex | F7 | 51 | B0 | 0 | 43 | 1D | 3 | 146 | 5B | 40 |
| Octal | 367 | 121 | 260 | 0 | 103 | 35 | 3 | 506 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10110000 | 0 | 1000011 | 11101 | 11 | 101000110 | 1011011 | 1000000 |
Color Harmonies of #F751B0
Complementary color
Monochromatic Colors of #F751B0
Black with #F751B0
Text Example
Text Example
White with #F751B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751B0; }
p { color: rgb(247,81,176); }
H1.HeaderClassName
{
color: #F751B0;
}
.AnyTagClassName
{
color: #F751B0;
}
</style>
background-color css
<style>
a { background-color: #F751B0; }
a { background-color: rgb(247,81,176); }
div.DivClassName
{
background-color: #F751B0;
}
.BgClassName
{
background-color: #F751B0;
}
</style>
border-color css
<style>
span { border-color: #F751B0; }
span { border-color: rgb(247,81,176); }
td.TdClassName
{
border-color: #F751B0;
}
.TagClassName
{
border-color: #F751B0;
}
</style>