Shades of Brilliant Rose #F34AA5
Tints of Brilliant Rose #F34AA5
RGB
CMYK
RGB Variations
Color information
#F34AA5 (or 0xF34AA5) is known color: Brilliant Rose. HEX triplet: F3, 4A and A5. RGB value is (243,74,165). Sum of RGB (Red+Green+Blue) = 243+74+165=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F34AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34AA5 is #0CB55A. Grayscale: #868686. Windows color (decimal): -832859 or 10832627. OLE color: 10832627.
HSL color Cylindrical-coordinate representation of color #F34AA5: hue angle of 327.69º 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 #F34AA5 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 165 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.05 |
| HSL | 327.69º | 0.88% | 0.62% | - |
| HSV(B) | 327.69º | 0.7% | 0.95% | - |
| XYZ | 46.2 | 26.67 | 38.31 | - |
| YUV | 134.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 165 | 0 | 0.70 | 0.32 | 0.05 | 327.69 | 0.88 | 0.62 |
| Hex | F3 | 4A | A5 | 0 | 46 | 20 | 5 | 148 | 58 | 3E |
| Octal | 363 | 112 | 245 | 0 | 106 | 40 | 5 | 510 | 130 | 76 |
| Binary | 11110011 | 1001010 | 10100101 | 0 | 1000110 | 100000 | 101 | 101001000 | 1011000 | 111110 |
Color Harmonies of #F34AA5
Complementary color
Monochromatic Colors of #F34AA5
Black with #F34AA5
Text Example
Text Example
White with #F34AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34AA5; }
p { color: rgb(243,74,165); }
H1.HeaderClassName
{
color: #F34AA5;
}
.AnyTagClassName
{
color: #F34AA5;
}
</style>
background-color css
<style>
a { background-color: #F34AA5; }
a { background-color: rgb(243,74,165); }
div.DivClassName
{
background-color: #F34AA5;
}
.BgClassName
{
background-color: #F34AA5;
}
</style>
border-color css
<style>
span { border-color: #F34AA5; }
span { border-color: rgb(243,74,165); }
td.TdClassName
{
border-color: #F34AA5;
}
.TagClassName
{
border-color: #F34AA5;
}
</style>