Shades of Brilliant Rose #F34AA0
Tints of Brilliant Rose #F34AA0
RGB
CMYK
RGB Variations
Color information
#F34AA0 (or 0xF34AA0) is known color: Brilliant Rose. HEX triplet: F3, 4A and A0. RGB value is (243,74,160). Sum of RGB (Red+Green+Blue) = 243+74+160=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34AA0 is #0CB55F. Grayscale: #868686. Windows color (decimal): -832864 or 10504947. OLE color: 10504947.
HSL color Cylindrical-coordinate representation of color #F34AA0: hue angle of 329.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34AA0 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 160 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.05 |
| HSL | 329.47º | 0.88% | 0.62% | - |
| HSV(B) | 329.47º | 0.7% | 0.95% | - |
| XYZ | 45.76 | 26.49 | 35.96 | - |
| YUV | 134.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 160 | 0 | 0.70 | 0.34 | 0.05 | 329.47 | 0.88 | 0.62 |
| Hex | F3 | 4A | A0 | 0 | 46 | 22 | 5 | 149 | 58 | 3E |
| Octal | 363 | 112 | 240 | 0 | 106 | 42 | 5 | 511 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10100000 | 0 | 1000110 | 100010 | 101 | 101001001 | 1011000 | 111110 |
Color Harmonies of #F34AA0
Complementary color
Monochromatic Colors of #F34AA0
Black with #F34AA0
Text Example
Text Example
White with #F34AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AA0; }
p { color: rgb(243,74,160); }
H1.HeaderClassName
{
color: #F34AA0;
}
.AnyTagClassName
{
color: #F34AA0;
}
</style>
background-color css
<style>
a { background-color: #F34AA0; }
a { background-color: rgb(243,74,160); }
div.DivClassName
{
background-color: #F34AA0;
}
.BgClassName
{
background-color: #F34AA0;
}
</style>
border-color css
<style>
span { border-color: #F34AA0; }
span { border-color: rgb(243,74,160); }
td.TdClassName
{
border-color: #F34AA0;
}
.TagClassName
{
border-color: #F34AA0;
}
</style>