Shades of Brilliant Rose #F744B0
Tints of Brilliant Rose #F744B0
RGB
CMYK
RGB Variations
Color information
#F744B0 (or 0xF744B0) is known color: Brilliant Rose. HEX triplet: F7, 44 and B0. RGB value is (247,68,176). Sum of RGB (Red+Green+Blue) = 247+68+176=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F744B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F744B0 is #08BB4F. Grayscale: #858585. Windows color (decimal): -572240 or 11551991. OLE color: 11551991.
HSL color Cylindrical-coordinate representation of color #F744B0: hue angle of 323.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744B0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 176 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.03 |
| HSL | 323.8º | 0.92% | 0.62% | - |
| HSV(B) | 323.8º | 0.72% | 0.97% | - |
| XYZ | 48.26 | 27.04 | 43.75 | - |
| YUV | 133.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 176 | 0 | 0.72 | 0.29 | 0.03 | 323.8 | 0.92 | 0.62 |
| Hex | F7 | 44 | B0 | 0 | 48 | 1D | 3 | 144 | 5C | 3E |
| Octal | 367 | 104 | 260 | 0 | 110 | 35 | 3 | 504 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10110000 | 0 | 1001000 | 11101 | 11 | 101000100 | 1011100 | 111110 |
Color Harmonies of #F744B0
Complementary color
Monochromatic Colors of #F744B0
Black with #F744B0
Text Example
Text Example
White with #F744B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744B0; }
p { color: rgb(247,68,176); }
H1.HeaderClassName
{
color: #F744B0;
}
.AnyTagClassName
{
color: #F744B0;
}
</style>
background-color css
<style>
a { background-color: #F744B0; }
a { background-color: rgb(247,68,176); }
div.DivClassName
{
background-color: #F744B0;
}
.BgClassName
{
background-color: #F744B0;
}
</style>
border-color css
<style>
span { border-color: #F744B0; }
span { border-color: rgb(247,68,176); }
td.TdClassName
{
border-color: #F744B0;
}
.TagClassName
{
border-color: #F744B0;
}
</style>