Shades of Brilliant Rose #F345A3
Tints of Brilliant Rose #F345A3
RGB
CMYK
RGB Variations
Color information
#F345A3 (or 0xF345A3) is known color: Brilliant Rose. HEX triplet: F3, 45 and A3. RGB value is (243,69,163). Sum of RGB (Red+Green+Blue) = 243+69+163=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F345A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F345A3 is #0CBA5C. Grayscale: #838383. Windows color (decimal): -834141 or 10700275. OLE color: 10700275.
HSL color Cylindrical-coordinate representation of color #F345A3: hue angle of 327.59º 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 #F345A3 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 163 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.05 |
| HSL | 327.59º | 0.88% | 0.61% | - |
| HSV(B) | 327.59º | 0.72% | 0.95% | - |
| XYZ | 45.7 | 25.96 | 37.25 | - |
| YUV | 131.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 163 | 0 | 0.72 | 0.33 | 0.05 | 327.59 | 0.88 | 0.61 |
| Hex | F3 | 45 | A3 | 0 | 48 | 21 | 5 | 148 | 58 | 3D |
| Octal | 363 | 105 | 243 | 0 | 110 | 41 | 5 | 510 | 130 | 75 |
| Binary | 11110011 | 1000101 | 10100011 | 0 | 1001000 | 100001 | 101 | 101001000 | 1011000 | 111101 |
Color Harmonies of #F345A3
Complementary color
Monochromatic Colors of #F345A3
Black with #F345A3
Text Example
Text Example
White with #F345A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345A3; }
p { color: rgb(243,69,163); }
H1.HeaderClassName
{
color: #F345A3;
}
.AnyTagClassName
{
color: #F345A3;
}
</style>
background-color css
<style>
a { background-color: #F345A3; }
a { background-color: rgb(243,69,163); }
div.DivClassName
{
background-color: #F345A3;
}
.BgClassName
{
background-color: #F345A3;
}
</style>
border-color css
<style>
span { border-color: #F345A3; }
span { border-color: rgb(243,69,163); }
td.TdClassName
{
border-color: #F345A3;
}
.TagClassName
{
border-color: #F345A3;
}
</style>