Shades of Brilliant Rose #F750B7
Tints of Brilliant Rose #F750B7
RGB
CMYK
RGB Variations
Color information
#F750B7 (or 0xF750B7) is known color: Brilliant Rose. HEX triplet: F7, 50 and B7. RGB value is (247,80,183). Sum of RGB (Red+Green+Blue) = 247+80+183=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 247 - color contains mainly: red. Hex color #F750B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750B7 is #08AF48. Grayscale: #8D8D8D. Windows color (decimal): -569161 or 12013815. OLE color: 12013815.
HSL color Cylindrical-coordinate representation of color #F750B7: hue angle of 322.99º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750B7 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 183 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.03 |
| HSL | 322.99º | 0.91% | 0.64% | - |
| HSV(B) | 322.99º | 0.68% | 0.97% | - |
| XYZ | 49.77 | 28.93 | 47.76 | - |
| YUV | 141.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 183 | 0 | 0.68 | 0.26 | 0.03 | 322.99 | 0.91 | 0.64 |
| Hex | F7 | 50 | B7 | 0 | 44 | 1A | 3 | 143 | 5B | 40 |
| Octal | 367 | 120 | 267 | 0 | 104 | 32 | 3 | 503 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10110111 | 0 | 1000100 | 11010 | 11 | 101000011 | 1011011 | 1000000 |
Color Harmonies of #F750B7
Complementary color
Monochromatic Colors of #F750B7
Black with #F750B7
Text Example
Text Example
White with #F750B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750B7; }
p { color: rgb(247,80,183); }
H1.HeaderClassName
{
color: #F750B7;
}
.AnyTagClassName
{
color: #F750B7;
}
</style>
background-color css
<style>
a { background-color: #F750B7; }
a { background-color: rgb(247,80,183); }
div.DivClassName
{
background-color: #F750B7;
}
.BgClassName
{
background-color: #F750B7;
}
</style>
border-color css
<style>
span { border-color: #F750B7; }
span { border-color: rgb(247,80,183); }
td.TdClassName
{
border-color: #F750B7;
}
.TagClassName
{
border-color: #F750B7;
}
</style>