Shades of Brilliant Rose #F34D9A
Tints of Brilliant Rose #F34D9A
RGB
CMYK
RGB Variations
Color information
#F34D9A (or 0xF34D9A) is known color: Brilliant Rose. HEX triplet: F3, 4D and 9A. RGB value is (243,77,154). Sum of RGB (Red+Green+Blue) = 243+77+154=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D9A is #0CB265. Grayscale: #878787. Windows color (decimal): -832102 or 10112499. OLE color: 10112499.
HSL color Cylindrical-coordinate representation of color #F34D9A: hue angle of 332.17º 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 #F34D9A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 154 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.05 |
| HSL | 332.17º | 0.87% | 0.63% | - |
| HSV(B) | 332.17º | 0.68% | 0.95% | - |
| XYZ | 45.45 | 26.7 | 33.33 | - |
| YUV | 135.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 154 | 0 | 0.68 | 0.37 | 0.05 | 332.17 | 0.87 | 0.63 |
| Hex | F3 | 4D | 9A | 0 | 44 | 25 | 5 | 14C | 57 | 3F |
| Octal | 363 | 115 | 232 | 0 | 104 | 45 | 5 | 514 | 127 | 77 |
| Binary | 11110011 | 1001101 | 10011010 | 0 | 1000100 | 100101 | 101 | 101001100 | 1010111 | 111111 |
Color Harmonies of #F34D9A
Complementary color
Monochromatic Colors of #F34D9A
Black with #F34D9A
Text Example
Text Example
White with #F34D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D9A; }
p { color: rgb(243,77,154); }
H1.HeaderClassName
{
color: #F34D9A;
}
.AnyTagClassName
{
color: #F34D9A;
}
</style>
background-color css
<style>
a { background-color: #F34D9A; }
a { background-color: rgb(243,77,154); }
div.DivClassName
{
background-color: #F34D9A;
}
.BgClassName
{
background-color: #F34D9A;
}
</style>
border-color css
<style>
span { border-color: #F34D9A; }
span { border-color: rgb(243,77,154); }
td.TdClassName
{
border-color: #F34D9A;
}
.TagClassName
{
border-color: #F34D9A;
}
</style>