Shades of Brilliant Rose #F751AF
Tints of Brilliant Rose #F751AF
RGB
CMYK
RGB Variations
Color information
#F751AF (or 0xF751AF) is known color: Brilliant Rose. HEX triplet: F7, 51 and AF. RGB value is (247,81,175). Sum of RGB (Red+Green+Blue) = 247+81+175=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F751AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F751AF is #08AE50. Grayscale: #8D8D8D. Windows color (decimal): -568913 or 11489783. OLE color: 11489783.
HSL color Cylindrical-coordinate representation of color #F751AF: hue angle of 326.02º 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 #F751AF is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 175 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.03 |
| HSL | 326.02º | 0.91% | 0.64% | - |
| HSV(B) | 326.02º | 0.67% | 0.97% | - |
| XYZ | 49.04 | 28.75 | 43.52 | - |
| YUV | 141.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 175 | 0 | 0.67 | 0.29 | 0.03 | 326.02 | 0.91 | 0.64 |
| Hex | F7 | 51 | AF | 0 | 43 | 1D | 3 | 146 | 5B | 40 |
| Octal | 367 | 121 | 257 | 0 | 103 | 35 | 3 | 506 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10101111 | 0 | 1000011 | 11101 | 11 | 101000110 | 1011011 | 1000000 |
Color Harmonies of #F751AF
Complementary color
Monochromatic Colors of #F751AF
Black with #F751AF
Text Example
Text Example
White with #F751AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751AF; }
p { color: rgb(247,81,175); }
H1.HeaderClassName
{
color: #F751AF;
}
.AnyTagClassName
{
color: #F751AF;
}
</style>
background-color css
<style>
a { background-color: #F751AF; }
a { background-color: rgb(247,81,175); }
div.DivClassName
{
background-color: #F751AF;
}
.BgClassName
{
background-color: #F751AF;
}
</style>
border-color css
<style>
span { border-color: #F751AF; }
span { border-color: rgb(247,81,175); }
td.TdClassName
{
border-color: #F751AF;
}
.TagClassName
{
border-color: #F751AF;
}
</style>