Shades of Brilliant Rose #F344A6
Tints of Brilliant Rose #F344A6
RGB
CMYK
RGB Variations
Color information
#F344A6 (or 0xF344A6) is known color: Brilliant Rose. HEX triplet: F3, 44 and A6. RGB value is (243,68,166). Sum of RGB (Red+Green+Blue) = 243+68+166=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F344A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F344A6 is #0CBB59. Grayscale: #838383. Windows color (decimal): -834394 or 10896627. OLE color: 10896627.
HSL color Cylindrical-coordinate representation of color #F344A6: hue angle of 326.4º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F344A6 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 166 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.05 |
| HSL | 326.4º | 0.88% | 0.61% | - |
| HSV(B) | 326.4º | 0.72% | 0.95% | - |
| XYZ | 45.91 | 25.94 | 38.66 | - |
| YUV | 131.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 166 | 0 | 0.72 | 0.32 | 0.05 | 326.4 | 0.88 | 0.61 |
| Hex | F3 | 44 | A6 | 0 | 48 | 20 | 5 | 146 | 58 | 3D |
| Octal | 363 | 104 | 246 | 0 | 110 | 40 | 5 | 506 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10100110 | 0 | 1001000 | 100000 | 101 | 101000110 | 1011000 | 111101 |
Color Harmonies of #F344A6
Complementary color
Monochromatic Colors of #F344A6
Black with #F344A6
Text Example
Text Example
White with #F344A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344A6; }
p { color: rgb(243,68,166); }
H1.HeaderClassName
{
color: #F344A6;
}
.AnyTagClassName
{
color: #F344A6;
}
</style>
background-color css
<style>
a { background-color: #F344A6; }
a { background-color: rgb(243,68,166); }
div.DivClassName
{
background-color: #F344A6;
}
.BgClassName
{
background-color: #F344A6;
}
</style>
border-color css
<style>
span { border-color: #F344A6; }
span { border-color: rgb(243,68,166); }
td.TdClassName
{
border-color: #F344A6;
}
.TagClassName
{
border-color: #F344A6;
}
</style>