Shades of Brilliant Rose #F750AF
Tints of Brilliant Rose #F750AF
RGB
CMYK
RGB Variations
Color information
#F750AF (or 0xF750AF) is known color: Brilliant Rose. HEX triplet: F7, 50 and AF. RGB value is (247,80,175). Sum of RGB (Red+Green+Blue) = 247+80+175=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F750AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F750AF is #08AF50. Grayscale: #8C8C8C. Windows color (decimal): -569169 or 11489527. OLE color: 11489527.
HSL color Cylindrical-coordinate representation of color #F750AF: hue angle of 325.87º 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 #F750AF is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 175 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.03 |
| HSL | 325.87º | 0.91% | 0.64% | - |
| HSV(B) | 325.87º | 0.68% | 0.97% | - |
| XYZ | 48.96 | 28.61 | 43.5 | - |
| YUV | 140.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 175 | 0 | 0.68 | 0.29 | 0.03 | 325.87 | 0.91 | 0.64 |
| Hex | F7 | 50 | AF | 0 | 44 | 1D | 3 | 146 | 5B | 40 |
| Octal | 367 | 120 | 257 | 0 | 104 | 35 | 3 | 506 | 133 | 100 |
| Binary | 11110111 | 1010000 | 10101111 | 0 | 1000100 | 11101 | 11 | 101000110 | 1011011 | 1000000 |
Color Harmonies of #F750AF
Complementary color
Monochromatic Colors of #F750AF
Black with #F750AF
Text Example
Text Example
White with #F750AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F750AF; }
p { color: rgb(247,80,175); }
H1.HeaderClassName
{
color: #F750AF;
}
.AnyTagClassName
{
color: #F750AF;
}
</style>
background-color css
<style>
a { background-color: #F750AF; }
a { background-color: rgb(247,80,175); }
div.DivClassName
{
background-color: #F750AF;
}
.BgClassName
{
background-color: #F750AF;
}
</style>
border-color css
<style>
span { border-color: #F750AF; }
span { border-color: rgb(247,80,175); }
td.TdClassName
{
border-color: #F750AF;
}
.TagClassName
{
border-color: #F750AF;
}
</style>