Shades of Brilliant Rose #F750A8
Tints of Brilliant Rose #F750A8
RGB
CMYK
RGB Variations
Color information
#F750A8 (or 0xF750A8) is known color: Brilliant Rose. HEX triplet: F7, 50 and A8. RGB value is (247,80,168). Sum of RGB (Red+Green+Blue) = 247+80+168=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F750A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F750A8 is #08AF57. Grayscale: #8B8B8B. Windows color (decimal): -569176 or 11030775. OLE color: 11030775.
HSL color Cylindrical-coordinate representation of color #F750A8: hue angle of 328.38º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750A8 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 168 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.03 |
| HSL | 328.38º | 0.91% | 0.64% | - |
| HSV(B) | 328.38º | 0.68% | 0.97% | - |
| XYZ | 48.29 | 28.34 | 39.97 | - |
| YUV | 139.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 168 | 0 | 0.68 | 0.32 | 0.03 | 328.38 | 0.91 | 0.64 |
| Hex | F7 | 50 | A8 | 0 | 44 | 20 | 3 | 148 | 5B | 40 |
| Octal | 367 | 120 | 250 | 0 | 104 | 40 | 3 | 510 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10101000 | 0 | 1000100 | 100000 | 11 | 101001000 | 1011011 | 1000000 |
Color Harmonies of #F750A8
Complementary color
Monochromatic Colors of #F750A8
Black with #F750A8
Text Example
Text Example
White with #F750A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750A8; }
p { color: rgb(247,80,168); }
H1.HeaderClassName
{
color: #F750A8;
}
.AnyTagClassName
{
color: #F750A8;
}
</style>
background-color css
<style>
a { background-color: #F750A8; }
a { background-color: rgb(247,80,168); }
div.DivClassName
{
background-color: #F750A8;
}
.BgClassName
{
background-color: #F750A8;
}
</style>
border-color css
<style>
span { border-color: #F750A8; }
span { border-color: rgb(247,80,168); }
td.TdClassName
{
border-color: #F750A8;
}
.TagClassName
{
border-color: #F750A8;
}
</style>