Shades of Brilliant Rose #F751A8
Tints of Brilliant Rose #F751A8
RGB
CMYK
RGB Variations
Color information
#F751A8 (or 0xF751A8) is known color: Brilliant Rose. HEX triplet: F7, 51 and A8. RGB value is (247,81,168). Sum of RGB (Red+Green+Blue) = 247+81+168=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F751A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F751A8 is #08AE57. Grayscale: #8C8C8C. Windows color (decimal): -568920 or 11031031. OLE color: 11031031.
HSL color Cylindrical-coordinate representation of color #F751A8: hue angle of 328.55º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751A8 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 168 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.03 |
| HSL | 328.55º | 0.91% | 0.64% | - |
| HSV(B) | 328.55º | 0.67% | 0.97% | - |
| XYZ | 48.37 | 28.49 | 39.99 | - |
| YUV | 140.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 168 | 0 | 0.67 | 0.32 | 0.03 | 328.55 | 0.91 | 0.64 |
| Hex | F7 | 51 | A8 | 0 | 43 | 20 | 3 | 149 | 5B | 40 |
| Octal | 367 | 121 | 250 | 0 | 103 | 40 | 3 | 511 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10101000 | 0 | 1000011 | 100000 | 11 | 101001001 | 1011011 | 1000000 |
Color Harmonies of #F751A8
Complementary color
Monochromatic Colors of #F751A8
Black with #F751A8
Text Example
Text Example
White with #F751A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751A8; }
p { color: rgb(247,81,168); }
H1.HeaderClassName
{
color: #F751A8;
}
.AnyTagClassName
{
color: #F751A8;
}
</style>
background-color css
<style>
a { background-color: #F751A8; }
a { background-color: rgb(247,81,168); }
div.DivClassName
{
background-color: #F751A8;
}
.BgClassName
{
background-color: #F751A8;
}
</style>
border-color css
<style>
span { border-color: #F751A8; }
span { border-color: rgb(247,81,168); }
td.TdClassName
{
border-color: #F751A8;
}
.TagClassName
{
border-color: #F751A8;
}
</style>