Shades of Brilliant Rose #F74DBB
Tints of Brilliant Rose #F74DBB
RGB
CMYK
RGB Variations
Color information
#F74DBB (or 0xF74DBB) is known color: Brilliant Rose. HEX triplet: F7, 4D and BB. RGB value is (247,77,187). Sum of RGB (Red+Green+Blue) = 247+77+187=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F74DBB is #08B244. Grayscale: #8C8C8C. Windows color (decimal): -569925 or 12275191. OLE color: 12275191.
HSL color Cylindrical-coordinate representation of color #F74DBB: hue angle of 321.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DBB is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 187 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.03 |
| HSL | 321.18º | 0.91% | 0.64% | - |
| HSV(B) | 321.18º | 0.69% | 0.97% | - |
| XYZ | 49.98 | 28.67 | 49.91 | - |
| YUV | 140.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 187 | 0 | 0.69 | 0.24 | 0.03 | 321.18 | 0.91 | 0.64 |
| Hex | F7 | 4D | BB | 0 | 45 | 18 | 3 | 141 | 5B | 40 |
| Octal | 367 | 115 | 273 | 0 | 105 | 30 | 3 | 501 | 133 | 100 |
| Binary | 11110111 | 1001101 | 10111011 | 0 | 1000101 | 11000 | 11 | 101000001 | 1011011 | 1000000 |
Color Harmonies of #F74DBB
Complementary color
Monochromatic Colors of #F74DBB
Black with #F74DBB
Text Example
Text Example
White with #F74DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DBB; }
p { color: rgb(247,77,187); }
H1.HeaderClassName
{
color: #F74DBB;
}
.AnyTagClassName
{
color: #F74DBB;
}
</style>
background-color css
<style>
a { background-color: #F74DBB; }
a { background-color: rgb(247,77,187); }
div.DivClassName
{
background-color: #F74DBB;
}
.BgClassName
{
background-color: #F74DBB;
}
</style>
border-color css
<style>
span { border-color: #F74DBB; }
span { border-color: rgb(247,77,187); }
td.TdClassName
{
border-color: #F74DBB;
}
.TagClassName
{
border-color: #F74DBB;
}
</style>