Shades of Brilliant Rose #F751B8
Tints of Brilliant Rose #F751B8
RGB
CMYK
RGB Variations
Color information
#F751B8 (or 0xF751B8) is known color: Brilliant Rose. HEX triplet: F7, 51 and B8. RGB value is (247,81,184). Sum of RGB (Red+Green+Blue) = 247+81+184=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F751B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F751B8 is #08AE47. Grayscale: #8E8E8E. Windows color (decimal): -568904 or 12079607. OLE color: 12079607.
HSL color Cylindrical-coordinate representation of color #F751B8: hue angle of 322.77º 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 #F751B8 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 184 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.03 |
| HSL | 322.77º | 0.91% | 0.64% | - |
| HSV(B) | 322.77º | 0.67% | 0.97% | - |
| XYZ | 49.95 | 29.12 | 48.34 | - |
| YUV | 142.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 184 | 0 | 0.67 | 0.26 | 0.03 | 322.77 | 0.91 | 0.64 |
| Hex | F7 | 51 | B8 | 0 | 43 | 1A | 3 | 143 | 5B | 40 |
| Octal | 367 | 121 | 270 | 0 | 103 | 32 | 3 | 503 | 133 | 100 |
| Binary | 11110111 | 1010001 | 10111000 | 0 | 1000011 | 11010 | 11 | 101000011 | 1011011 | 1000000 |
Color Harmonies of #F751B8
Complementary color
Monochromatic Colors of #F751B8
Black with #F751B8
Text Example
Text Example
White with #F751B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751B8; }
p { color: rgb(247,81,184); }
H1.HeaderClassName
{
color: #F751B8;
}
.AnyTagClassName
{
color: #F751B8;
}
</style>
background-color css
<style>
a { background-color: #F751B8; }
a { background-color: rgb(247,81,184); }
div.DivClassName
{
background-color: #F751B8;
}
.BgClassName
{
background-color: #F751B8;
}
</style>
border-color css
<style>
span { border-color: #F751B8; }
span { border-color: rgb(247,81,184); }
td.TdClassName
{
border-color: #F751B8;
}
.TagClassName
{
border-color: #F751B8;
}
</style>