Shades of Brilliant Rose #F34C9D
Tints of Brilliant Rose #F34C9D
RGB
CMYK
RGB Variations
Color information
#F34C9D (or 0xF34C9D) is known color: Brilliant Rose. HEX triplet: F3, 4C and 9D. RGB value is (243,76,157). Sum of RGB (Red+Green+Blue) = 243+76+157=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C9D is #0CB362. Grayscale: #878787. Windows color (decimal): -832355 or 10308851. OLE color: 10308851.
HSL color Cylindrical-coordinate representation of color #F34C9D: hue angle of 330.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C9D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 157 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.05 |
| HSL | 330.9º | 0.87% | 0.63% | - |
| HSV(B) | 330.9º | 0.69% | 0.95% | - |
| XYZ | 45.63 | 26.66 | 34.64 | - |
| YUV | 135.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 157 | 0 | 0.69 | 0.35 | 0.05 | 330.9 | 0.87 | 0.63 |
| Hex | F3 | 4C | 9D | 0 | 45 | 23 | 5 | 14B | 57 | 3F |
| Octal | 363 | 114 | 235 | 0 | 105 | 43 | 5 | 513 | 127 | 77 |
| Binary | 11110011 | 1001100 | 10011101 | 0 | 1000101 | 100011 | 101 | 101001011 | 1010111 | 111111 |
Color Harmonies of #F34C9D
Complementary color
Monochromatic Colors of #F34C9D
Black with #F34C9D
Text Example
Text Example
White with #F34C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C9D; }
p { color: rgb(243,76,157); }
H1.HeaderClassName
{
color: #F34C9D;
}
.AnyTagClassName
{
color: #F34C9D;
}
</style>
background-color css
<style>
a { background-color: #F34C9D; }
a { background-color: rgb(243,76,157); }
div.DivClassName
{
background-color: #F34C9D;
}
.BgClassName
{
background-color: #F34C9D;
}
</style>
border-color css
<style>
span { border-color: #F34C9D; }
span { border-color: rgb(243,76,157); }
td.TdClassName
{
border-color: #F34C9D;
}
.TagClassName
{
border-color: #F34C9D;
}
</style>