Shades of Brilliant Rose #F748A6
Tints of Brilliant Rose #F748A6
RGB
CMYK
RGB Variations
Color information
#F748A6 (or 0xF748A6) is known color: Brilliant Rose. HEX triplet: F7, 48 and A6. RGB value is (247,72,166). Sum of RGB (Red+Green+Blue) = 247+72+166=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F748A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F748A6 is #08B759. Grayscale: #868686. Windows color (decimal): -571226 or 10897655. OLE color: 10897655.
HSL color Cylindrical-coordinate representation of color #F748A6: hue angle of 327.77º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F748A6 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 166 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.03 |
| HSL | 327.77º | 0.92% | 0.63% | - |
| HSV(B) | 327.77º | 0.71% | 0.97% | - |
| XYZ | 47.56 | 27.16 | 38.81 | - |
| YUV | 135.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 166 | 0 | 0.71 | 0.33 | 0.03 | 327.77 | 0.92 | 0.63 |
| Hex | F7 | 48 | A6 | 0 | 47 | 21 | 3 | 148 | 5C | 3F |
| Octal | 367 | 110 | 246 | 0 | 107 | 41 | 3 | 510 | 134 | 77 |
| Binary | 11110111 | 1001000 | 10100110 | 0 | 1000111 | 100001 | 11 | 101001000 | 1011100 | 111111 |
Color Harmonies of #F748A6
Complementary color
Monochromatic Colors of #F748A6
Black with #F748A6
Text Example
Text Example
White with #F748A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748A6; }
p { color: rgb(247,72,166); }
H1.HeaderClassName
{
color: #F748A6;
}
.AnyTagClassName
{
color: #F748A6;
}
</style>
background-color css
<style>
a { background-color: #F748A6; }
a { background-color: rgb(247,72,166); }
div.DivClassName
{
background-color: #F748A6;
}
.BgClassName
{
background-color: #F748A6;
}
</style>
border-color css
<style>
span { border-color: #F748A6; }
span { border-color: rgb(247,72,166); }
td.TdClassName
{
border-color: #F748A6;
}
.TagClassName
{
border-color: #F748A6;
}
</style>