Shades of Brilliant Rose #F344AC
Tints of Brilliant Rose #F344AC
RGB
CMYK
RGB Variations
Color information
#F344AC (or 0xF344AC) is known color: Brilliant Rose. HEX triplet: F3, 44 and AC. RGB value is (243,68,172). Sum of RGB (Red+Green+Blue) = 243+68+172=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F344AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F344AC is #0CBB53. Grayscale: #838383. Windows color (decimal): -834388 or 11289843. OLE color: 11289843.
HSL color Cylindrical-coordinate representation of color #F344AC: hue angle of 324.34º 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 #F344AC is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 172 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.05 |
| HSL | 324.34º | 0.88% | 0.61% | - |
| HSV(B) | 324.34º | 0.72% | 0.95% | - |
| XYZ | 46.48 | 26.17 | 41.63 | - |
| YUV | 132.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 172 | 0 | 0.72 | 0.29 | 0.05 | 324.34 | 0.88 | 0.61 |
| Hex | F3 | 44 | AC | 0 | 48 | 1D | 5 | 144 | 58 | 3D |
| Octal | 363 | 104 | 254 | 0 | 110 | 35 | 5 | 504 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10101100 | 0 | 1001000 | 11101 | 101 | 101000100 | 1011000 | 111101 |
Color Harmonies of #F344AC
Complementary color
Monochromatic Colors of #F344AC
Black with #F344AC
Text Example
Text Example
White with #F344AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F344AC; }
p { color: rgb(243,68,172); }
H1.HeaderClassName
{
color: #F344AC;
}
.AnyTagClassName
{
color: #F344AC;
}
</style>
background-color css
<style>
a { background-color: #F344AC; }
a { background-color: rgb(243,68,172); }
div.DivClassName
{
background-color: #F344AC;
}
.BgClassName
{
background-color: #F344AC;
}
</style>
border-color css
<style>
span { border-color: #F344AC; }
span { border-color: rgb(243,68,172); }
td.TdClassName
{
border-color: #F344AC;
}
.TagClassName
{
border-color: #F344AC;
}
</style>