Shades of Brilliant Rose #F34CA0
Tints of Brilliant Rose #F34CA0
RGB
CMYK
RGB Variations
Color information
#F34CA0 (or 0xF34CA0) is known color: Brilliant Rose. HEX triplet: F3, 4C and A0. RGB value is (243,76,160). Sum of RGB (Red+Green+Blue) = 243+76+160=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34CA0 is #0CB35F. Grayscale: #878787. Windows color (decimal): -832352 or 10505459. OLE color: 10505459.
HSL color Cylindrical-coordinate representation of color #F34CA0: hue angle of 329.82º 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 #F34CA0 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 160 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.05 |
| HSL | 329.82º | 0.87% | 0.63% | - |
| HSV(B) | 329.82º | 0.69% | 0.95% | - |
| XYZ | 45.89 | 26.76 | 36 | - |
| YUV | 135.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 160 | 0 | 0.69 | 0.34 | 0.05 | 329.82 | 0.87 | 0.63 |
| Hex | F3 | 4C | A0 | 0 | 45 | 22 | 5 | 14A | 57 | 3F |
| Octal | 363 | 114 | 240 | 0 | 105 | 42 | 5 | 512 | 127 | 77 |
| Binary | 11110011 | 1001100 | 10100000 | 0 | 1000101 | 100010 | 101 | 101001010 | 1010111 | 111111 |
Color Harmonies of #F34CA0
Complementary color
Monochromatic Colors of #F34CA0
Black with #F34CA0
Text Example
Text Example
White with #F34CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34CA0; }
p { color: rgb(243,76,160); }
H1.HeaderClassName
{
color: #F34CA0;
}
.AnyTagClassName
{
color: #F34CA0;
}
</style>
background-color css
<style>
a { background-color: #F34CA0; }
a { background-color: rgb(243,76,160); }
div.DivClassName
{
background-color: #F34CA0;
}
.BgClassName
{
background-color: #F34CA0;
}
</style>
border-color css
<style>
span { border-color: #F34CA0; }
span { border-color: rgb(243,76,160); }
td.TdClassName
{
border-color: #F34CA0;
}
.TagClassName
{
border-color: #F34CA0;
}
</style>