Shades of Brilliant Rose #F744B1
Tints of Brilliant Rose #F744B1
RGB
CMYK
RGB Variations
Color information
#F744B1 (or 0xF744B1) is known color: Brilliant Rose. HEX triplet: F7, 44 and B1. RGB value is (247,68,177). Sum of RGB (Red+Green+Blue) = 247+68+177=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F744B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F744B1 is #08BB4E. Grayscale: #858585. Windows color (decimal): -572239 or 11617527. OLE color: 11617527.
HSL color Cylindrical-coordinate representation of color #F744B1: hue angle of 323.46º 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 #F744B1 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 177 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.03 |
| HSL | 323.46º | 0.92% | 0.62% | - |
| HSV(B) | 323.46º | 0.72% | 0.97% | - |
| XYZ | 48.36 | 27.08 | 44.27 | - |
| YUV | 133.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 177 | 0 | 0.72 | 0.28 | 0.03 | 323.46 | 0.92 | 0.62 |
| Hex | F7 | 44 | B1 | 0 | 48 | 1C | 3 | 143 | 5C | 3E |
| Octal | 367 | 104 | 261 | 0 | 110 | 34 | 3 | 503 | 134 | 76 |
| Binary | 11110111 | 1000100 | 10110001 | 0 | 1001000 | 11100 | 11 | 101000011 | 1011100 | 111110 |
Color Harmonies of #F744B1
Complementary color
Monochromatic Colors of #F744B1
Black with #F744B1
Text Example
Text Example
White with #F744B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744B1; }
p { color: rgb(247,68,177); }
H1.HeaderClassName
{
color: #F744B1;
}
.AnyTagClassName
{
color: #F744B1;
}
</style>
background-color css
<style>
a { background-color: #F744B1; }
a { background-color: rgb(247,68,177); }
div.DivClassName
{
background-color: #F744B1;
}
.BgClassName
{
background-color: #F744B1;
}
</style>
border-color css
<style>
span { border-color: #F744B1; }
span { border-color: rgb(247,68,177); }
td.TdClassName
{
border-color: #F744B1;
}
.TagClassName
{
border-color: #F744B1;
}
</style>