Shades of Brilliant Rose #F34C9A
Tints of Brilliant Rose #F34C9A
RGB
CMYK
RGB Variations
Color information
#F34C9A (or 0xF34C9A) is known color: Brilliant Rose. HEX triplet: F3, 4C and 9A. RGB value is (243,76,154). Sum of RGB (Red+Green+Blue) = 243+76+154=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C9A is #0CB365. Grayscale: #868686. Windows color (decimal): -832358 or 10112243. OLE color: 10112243.
HSL color Cylindrical-coordinate representation of color #F34C9A: hue angle of 331.98º 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 #F34C9A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 154 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.05 |
| HSL | 331.98º | 0.87% | 0.63% | - |
| HSV(B) | 331.98º | 0.69% | 0.95% | - |
| XYZ | 45.38 | 26.56 | 33.31 | - |
| YUV | 134.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 154 | 0 | 0.69 | 0.37 | 0.05 | 331.98 | 0.87 | 0.63 |
| Hex | F3 | 4C | 9A | 0 | 45 | 25 | 5 | 14C | 57 | 3F |
| Octal | 363 | 114 | 232 | 0 | 105 | 45 | 5 | 514 | 127 | 77 |
| Binary | 11110011 | 1001100 | 10011010 | 0 | 1000101 | 100101 | 101 | 101001100 | 1010111 | 111111 |
Color Harmonies of #F34C9A
Complementary color
Monochromatic Colors of #F34C9A
Black with #F34C9A
Text Example
Text Example
White with #F34C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C9A; }
p { color: rgb(243,76,154); }
H1.HeaderClassName
{
color: #F34C9A;
}
.AnyTagClassName
{
color: #F34C9A;
}
</style>
background-color css
<style>
a { background-color: #F34C9A; }
a { background-color: rgb(243,76,154); }
div.DivClassName
{
background-color: #F34C9A;
}
.BgClassName
{
background-color: #F34C9A;
}
</style>
border-color css
<style>
span { border-color: #F34C9A; }
span { border-color: rgb(243,76,154); }
td.TdClassName
{
border-color: #F34C9A;
}
.TagClassName
{
border-color: #F34C9A;
}
</style>