Shades of Brilliant Rose #F34D9E
Tints of Brilliant Rose #F34D9E
RGB
CMYK
RGB Variations
Color information
#F34D9E (or 0xF34D9E) is known color: Brilliant Rose. HEX triplet: F3, 4D and 9E. RGB value is (243,77,158). Sum of RGB (Red+Green+Blue) = 243+77+158=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D9E is #0CB261. Grayscale: #878787. Windows color (decimal): -832098 or 10374643. OLE color: 10374643.
HSL color Cylindrical-coordinate representation of color #F34D9E: hue angle of 330.72º 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 #F34D9E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 158 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.05 |
| HSL | 330.72º | 0.87% | 0.63% | - |
| HSV(B) | 330.72º | 0.68% | 0.95% | - |
| XYZ | 45.79 | 26.83 | 35.11 | - |
| YUV | 135.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 158 | 0 | 0.68 | 0.35 | 0.05 | 330.72 | 0.87 | 0.63 |
| Hex | F3 | 4D | 9E | 0 | 44 | 23 | 5 | 14B | 57 | 3F |
| Octal | 363 | 115 | 236 | 0 | 104 | 43 | 5 | 513 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10011110 | 0 | 1000100 | 100011 | 101 | 101001011 | 1010111 | 111111 |
Color Harmonies of #F34D9E
Complementary color
Monochromatic Colors of #F34D9E
Black with #F34D9E
Text Example
Text Example
White with #F34D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D9E; }
p { color: rgb(243,77,158); }
H1.HeaderClassName
{
color: #F34D9E;
}
.AnyTagClassName
{
color: #F34D9E;
}
</style>
background-color css
<style>
a { background-color: #F34D9E; }
a { background-color: rgb(243,77,158); }
div.DivClassName
{
background-color: #F34D9E;
}
.BgClassName
{
background-color: #F34D9E;
}
</style>
border-color css
<style>
span { border-color: #F34D9E; }
span { border-color: rgb(243,77,158); }
td.TdClassName
{
border-color: #F34D9E;
}
.TagClassName
{
border-color: #F34D9E;
}
</style>