Shades of Brilliant Rose #F344A2
Tints of Brilliant Rose #F344A2
RGB
CMYK
RGB Variations
Color information
#F344A2 (or 0xF344A2) is known color: Brilliant Rose. HEX triplet: F3, 44 and A2. RGB value is (243,68,162). Sum of RGB (Red+Green+Blue) = 243+68+162=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F344A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F344A2 is #0CBB5D. Grayscale: #828282. Windows color (decimal): -834398 or 10634483. OLE color: 10634483.
HSL color Cylindrical-coordinate representation of color #F344A2: hue angle of 327.77º 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 #F344A2 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 162 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.05 |
| HSL | 327.77º | 0.88% | 0.61% | - |
| HSV(B) | 327.77º | 0.72% | 0.95% | - |
| XYZ | 45.55 | 25.8 | 36.76 | - |
| YUV | 131.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 162 | 0 | 0.72 | 0.33 | 0.05 | 327.77 | 0.88 | 0.61 |
| Hex | F3 | 44 | A2 | 0 | 48 | 21 | 5 | 148 | 58 | 3D |
| Octal | 363 | 104 | 242 | 0 | 110 | 41 | 5 | 510 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10100010 | 0 | 1001000 | 100001 | 101 | 101001000 | 1011000 | 111101 |
Color Harmonies of #F344A2
Complementary color
Monochromatic Colors of #F344A2
Black with #F344A2
Text Example
Text Example
White with #F344A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344A2; }
p { color: rgb(243,68,162); }
H1.HeaderClassName
{
color: #F344A2;
}
.AnyTagClassName
{
color: #F344A2;
}
</style>
background-color css
<style>
a { background-color: #F344A2; }
a { background-color: rgb(243,68,162); }
div.DivClassName
{
background-color: #F344A2;
}
.BgClassName
{
background-color: #F344A2;
}
</style>
border-color css
<style>
span { border-color: #F344A2; }
span { border-color: rgb(243,68,162); }
td.TdClassName
{
border-color: #F344A2;
}
.TagClassName
{
border-color: #F344A2;
}
</style>