Shades of Brilliant Rose #F34DAC
Tints of Brilliant Rose #F34DAC
RGB
CMYK
RGB Variations
Color information
#F34DAC (or 0xF34DAC) is known color: Brilliant Rose. HEX triplet: F3, 4D and AC. RGB value is (243,77,172). Sum of RGB (Red+Green+Blue) = 243+77+172=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34DAC is #0CB253. Grayscale: #898989. Windows color (decimal): -832084 or 11292147. OLE color: 11292147.
HSL color Cylindrical-coordinate representation of color #F34DAC: hue angle of 325.66º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DAC is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 172 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.05 |
| HSL | 325.66º | 0.87% | 0.63% | - |
| HSV(B) | 325.66º | 0.68% | 0.95% | - |
| XYZ | 47.06 | 27.34 | 41.83 | - |
| YUV | 137.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 172 | 0 | 0.68 | 0.29 | 0.05 | 325.66 | 0.87 | 0.63 |
| Hex | F3 | 4D | AC | 0 | 44 | 1D | 5 | 146 | 57 | 3F |
| Octal | 363 | 115 | 254 | 0 | 104 | 35 | 5 | 506 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10101100 | 0 | 1000100 | 11101 | 101 | 101000110 | 1010111 | 111111 |
Color Harmonies of #F34DAC
Complementary color
Monochromatic Colors of #F34DAC
Black with #F34DAC
Text Example
Text Example
White with #F34DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DAC; }
p { color: rgb(243,77,172); }
H1.HeaderClassName
{
color: #F34DAC;
}
.AnyTagClassName
{
color: #F34DAC;
}
</style>
background-color css
<style>
a { background-color: #F34DAC; }
a { background-color: rgb(243,77,172); }
div.DivClassName
{
background-color: #F34DAC;
}
.BgClassName
{
background-color: #F34DAC;
}
</style>
border-color css
<style>
span { border-color: #F34DAC; }
span { border-color: rgb(243,77,172); }
td.TdClassName
{
border-color: #F34DAC;
}
.TagClassName
{
border-color: #F34DAC;
}
</style>