Shades of Brilliant Rose #F94CAC
Tints of Brilliant Rose #F94CAC
RGB
CMYK
RGB Variations
Color information
#F94CAC (or 0xF94CAC) is known color: Brilliant Rose. HEX triplet: F9, 4C and AC. RGB value is (249,76,172). Sum of RGB (Red+Green+Blue) = 249+76+172=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CAC is #06B353. Grayscale: #8A8A8A. Windows color (decimal): -439124 or 11291897. OLE color: 11291897.
HSL color Cylindrical-coordinate representation of color #F94CAC: hue angle of 326.71º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CAC is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 172 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.02 |
| HSL | 326.71º | 0.94% | 0.64% | - |
| HSV(B) | 326.71º | 0.69% | 0.98% | - |
| XYZ | 49.1 | 28.29 | 41.9 | - |
| YUV | 138.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 172 | 0 | 0.69 | 0.31 | 0.02 | 326.71 | 0.94 | 0.64 |
| Hex | F9 | 4C | AC | 0 | 45 | 1F | 2 | 147 | 5E | 40 |
| Octal | 371 | 114 | 254 | 0 | 105 | 37 | 2 | 507 | 136 | 100 |
| Binary | 11111001 | 1001100 | 10101100 | 0 | 1000101 | 11111 | 10 | 101000111 | 1011110 | 1000000 |
Color Harmonies of #F94CAC
Complementary color
Monochromatic Colors of #F94CAC
Black with #F94CAC
Text Example
Text Example
White with #F94CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CAC; }
p { color: rgb(249,76,172); }
H1.HeaderClassName
{
color: #F94CAC;
}
.AnyTagClassName
{
color: #F94CAC;
}
</style>
background-color css
<style>
a { background-color: #F94CAC; }
a { background-color: rgb(249,76,172); }
div.DivClassName
{
background-color: #F94CAC;
}
.BgClassName
{
background-color: #F94CAC;
}
</style>
border-color css
<style>
span { border-color: #F94CAC; }
span { border-color: rgb(249,76,172); }
td.TdClassName
{
border-color: #F94CAC;
}
.TagClassName
{
border-color: #F94CAC;
}
</style>