Shades of Brilliant Rose #F750B2
Tints of Brilliant Rose #F750B2
RGB
CMYK
RGB Variations
Color information
#F750B2 (or 0xF750B2) is known color: Brilliant Rose. HEX triplet: F7, 50 and B2. RGB value is (247,80,178). Sum of RGB (Red+Green+Blue) = 247+80+178=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F750B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F750B2 is #08AF4D. Grayscale: #8C8C8C. Windows color (decimal): -569166 or 11686135. OLE color: 11686135.
HSL color Cylindrical-coordinate representation of color #F750B2: hue angle of 324.79º 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 #F750B2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 178 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.03 |
| HSL | 324.79º | 0.91% | 0.64% | - |
| HSV(B) | 324.79º | 0.68% | 0.97% | - |
| XYZ | 49.26 | 28.73 | 45.07 | - |
| YUV | 141.11 | 148.83 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 178 | 0 | 0.68 | 0.28 | 0.03 | 324.79 | 0.91 | 0.64 |
| Hex | F7 | 50 | B2 | 0 | 44 | 1C | 3 | 145 | 5B | 40 |
| Octal | 367 | 120 | 262 | 0 | 104 | 34 | 3 | 505 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10110010 | 0 | 1000100 | 11100 | 11 | 101000101 | 1011011 | 1000000 |
Color Harmonies of #F750B2
Complementary color
Monochromatic Colors of #F750B2
Black with #F750B2
Text Example
Text Example
White with #F750B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750B2; }
p { color: rgb(247,80,178); }
H1.HeaderClassName
{
color: #F750B2;
}
.AnyTagClassName
{
color: #F750B2;
}
</style>
background-color css
<style>
a { background-color: #F750B2; }
a { background-color: rgb(247,80,178); }
div.DivClassName
{
background-color: #F750B2;
}
.BgClassName
{
background-color: #F750B2;
}
</style>
border-color css
<style>
span { border-color: #F750B2; }
span { border-color: rgb(247,80,178); }
td.TdClassName
{
border-color: #F750B2;
}
.TagClassName
{
border-color: #F750B2;
}
</style>