Shades of Brilliant Rose #F748A5
Tints of Brilliant Rose #F748A5
RGB
CMYK
RGB Variations
Color information
#F748A5 (or 0xF748A5) is known color: Brilliant Rose. HEX triplet: F7, 48 and A5. RGB value is (247,72,165). Sum of RGB (Red+Green+Blue) = 247+72+165=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F748A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F748A5 is #08B75A. Grayscale: #868686. Windows color (decimal): -571227 or 10832119. OLE color: 10832119.
HSL color Cylindrical-coordinate representation of color #F748A5: hue angle of 328.11º 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 #F748A5 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 72 | 165 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.03 |
| HSL | 328.11º | 0.92% | 0.63% | - |
| HSV(B) | 328.11º | 0.71% | 0.97% | - |
| XYZ | 47.47 | 27.13 | 38.33 | - |
| YUV | 134.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 72 | 165 | 0 | 0.71 | 0.33 | 0.03 | 328.11 | 0.92 | 0.63 |
| Hex | F7 | 48 | A5 | 0 | 47 | 21 | 3 | 148 | 5C | 3F |
| Octal | 367 | 110 | 245 | 0 | 107 | 41 | 3 | 510 | 134 | 77 |
| Binary | 11110111 | 1001000 | 10100101 | 0 | 1000111 | 100001 | 11 | 101001000 | 1011100 | 111111 |
Color Harmonies of #F748A5
Complementary color
Monochromatic Colors of #F748A5
Black with #F748A5
Text Example
Text Example
White with #F748A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F748A5; }
p { color: rgb(247,72,165); }
H1.HeaderClassName
{
color: #F748A5;
}
.AnyTagClassName
{
color: #F748A5;
}
</style>
background-color css
<style>
a { background-color: #F748A5; }
a { background-color: rgb(247,72,165); }
div.DivClassName
{
background-color: #F748A5;
}
.BgClassName
{
background-color: #F748A5;
}
</style>
border-color css
<style>
span { border-color: #F748A5; }
span { border-color: rgb(247,72,165); }
td.TdClassName
{
border-color: #F748A5;
}
.TagClassName
{
border-color: #F748A5;
}
</style>